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"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "bin/build",
|
||||
"clean": "bin/clean",
|
||||
"lint": "bin/lint",
|
||||
"start": "bin/start",
|
||||
"test": "bin/test"
|
||||
"build": "scripts/build",
|
||||
"clean": "scripts/clean",
|
||||
"lint": "scripts/lint",
|
||||
"start": "scripts/start",
|
||||
"test": "scripts/test"
|
||||
},
|
||||
"dependencies": {
|
||||
"fastclick": "^1.0.6",
|
||||
|
Loading…
Reference in New Issue
Block a user