Skip to content

Commit 3e774ca

Browse files
committed
Revert "Update package.json"
This reverts commit 3f553b6.
1 parent 731c005 commit 3e774ca

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@
99
},
1010
"files": [
1111
"bin/",
12-
"src/",
12+
"lib/",
1313
"public_html/",
1414
"views/",
1515
"LICENSE",
1616
"PATENTS",
17-
"README.md",
18-
".babelrc"
17+
"README.md"
1918
],
2019
"license": "BSD-3-Clause",
2120
"dependencies": {
@@ -74,7 +73,7 @@
7473
"posttest": "./node_modules/.bin/mongodb-runner stop",
7574
"coverage": "cross-env COVERAGE_OPTION='./node_modules/babel-istanbul/lib/cli.js cover -x **/spec/**' npm test",
7675
"start": "node ./bin/parse-server",
77-
"postinstall": "npm run build"
76+
"prepublish": "npm run build"
7877
},
7978
"engines": {
8079
"node": ">=4.3"

0 commit comments

Comments
 (0)