Fix start script for windows

This commit is contained in:
rhyneav 2017-09-29 12:56:22 -04:00
commit 2f2097f02b
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View file

@ -1 +1,2 @@
/node_modules
/node_modules
npm-debug.log

View file

@ -4,7 +4,7 @@
"description": "Another CSS framework",
"main": "index.js",
"scripts": {
"start": "node_modules/gulp/bin/gulp.js",
"start": "node node_modules/gulp/bin/gulp.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {