mirror of
https://github.com/papercss/papercss
synced 2026-03-14 22:45:51 +01:00
Fix start script for windows
This commit is contained in:
parent
b4c2e9ea3a
commit
2f2097f02b
2 changed files with 3 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/node_modules
|
||||
/node_modules
|
||||
npm-debug.log
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue