Skip to content

Commit

Permalink
Revert "Update package.json"
Browse files Browse the repository at this point in the history
This reverts commit 3f553b6.
  • Loading branch information
seijiakiyama committed Apr 14, 2016
1 parent 731c005 commit 3e774ca
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@
},
"files": [
"bin/",
"src/",
"lib/",
"public_html/",
"views/",
"LICENSE",
"PATENTS",
"README.md",
".babelrc"
"README.md"
],
"license": "BSD-3-Clause",
"dependencies": {
Expand Down Expand Up @@ -74,7 +73,7 @@
"posttest": "./node_modules/.bin/mongodb-runner stop",
"coverage": "cross-env COVERAGE_OPTION='./node_modules/babel-istanbul/lib/cli.js cover -x **/spec/**' npm test",
"start": "node ./bin/parse-server",
"postinstall": "npm run build"
"prepublish": "npm run build"
},
"engines": {
"node": ">=4.3"
Expand Down

0 comments on commit 3e774ca

Please sign in to comment.