Rename bin to scripts to avoid confusion

This commit is contained in:
squidfunk 2016-12-17 13:04:57 +01:00
parent bb9a4a752d
commit be2532d47f
6 changed files with 5 additions and 5 deletions

View File

@ -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",