🚑 Rename vendor directory to lib

This commit is contained in:
James Panther
2021-11-04 14:19:02 +11:00
parent 648fd47798
commit dfd189ee05
68 changed files with 18 additions and 13 deletions
+6 -6
View File
@@ -43,27 +43,27 @@
"devVendorCopy": [
{
"from": "node_modules/mermaid/dist/mermaid.min.js",
"to": "assets/vendor/mermaid/mermaid.min.js"
"to": "assets/lib/mermaid/mermaid.min.js"
},
{
"from": "node_modules/chart.js/dist/chart.min.js",
"to": "assets/vendor/chart/chart.min.js"
"to": "assets/lib/chart/chart.min.js"
},
{
"from": "node_modules/katex/dist/katex.min.js",
"to": "assets/vendor/katex/katex.min.js"
"to": "assets/lib/katex/katex.min.js"
},
{
"from": "node_modules/katex/dist/katex.min.css",
"to": "assets/vendor/katex/katex.min.css"
"to": "assets/lib/katex/katex.min.css"
},
{
"from": "node_modules/katex/dist/contrib/auto-render.min.js",
"to": "assets/vendor/katex/auto-render.min.js"
"to": "assets/lib/katex/auto-render.min.js"
},
{
"from": "node_modules/katex/dist/fonts/",
"to": "assets/vendor/katex/fonts/"
"to": "assets/lib/katex/fonts/"
}
]
}