Removes shebang for windows

This commit is contained in:
Florent Vilmart
2016-03-04 09:40:47 -05:00
parent 1a17d16dc9
commit ee38ebc4a3
2 changed files with 1 additions and 2 deletions

View File

@@ -1,2 +1 @@
#!/usr/bin/env node
require("../lib/cli/parse-server");

View File

@@ -59,7 +59,7 @@
"test": "cross-env NODE_ENV=test TESTING=1 ./node_modules/.bin/babel-node $COVERAGE_OPTION ./node_modules/jasmine/bin/jasmine.js",
"posttest": "mongodb-runner stop",
"coverage": "cross-env COVERAGE_OPTION='./node_modules/babel-istanbul/lib/cli.js cover -x **/spec/**' npm test",
"start": "./bin/parse-server",
"start": "node ./bin/parse-server",
"prepublish": "npm run build"
},
"engines": {