mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Rename bin to scripts to avoid confusion
This commit is contained in:
parent
bb9a4a752d
commit
be2532d47f
10
package.json
10
package.json
@ -23,11 +23,11 @@
|
|||||||
"url": "https://github.com/squidfunk/mkdocs-material.git"
|
"url": "https://github.com/squidfunk/mkdocs-material.git"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "bin/build",
|
"build": "scripts/build",
|
||||||
"clean": "bin/clean",
|
"clean": "scripts/clean",
|
||||||
"lint": "bin/lint",
|
"lint": "scripts/lint",
|
||||||
"start": "bin/start",
|
"start": "scripts/start",
|
||||||
"test": "bin/test"
|
"test": "scripts/test"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"fastclick": "^1.0.6",
|
"fastclick": "^1.0.6",
|
||||||
|
Loading…
Reference in New Issue
Block a user