We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 731c005 commit 3e774caCopy full SHA for 3e774ca
package.json
@@ -9,13 +9,12 @@
9
},
10
"files": [
11
"bin/",
12
- "src/",
+ "lib/",
13
"public_html/",
14
"views/",
15
"LICENSE",
16
"PATENTS",
17
- "README.md",
18
- ".babelrc"
+ "README.md"
19
],
20
"license": "BSD-3-Clause",
21
"dependencies": {
@@ -74,7 +73,7 @@
74
73
"posttest": "./node_modules/.bin/mongodb-runner stop",
75
"coverage": "cross-env COVERAGE_OPTION='./node_modules/babel-istanbul/lib/cli.js cover -x **/spec/**' npm test",
76
"start": "node ./bin/parse-server",
77
- "postinstall": "npm run build"
+ "prepublish": "npm run build"
78
79
"engines": {
80
"node": ">=4.3"
0 commit comments