Skip to content

Commit 372a68c

Browse files
committed
Merge remote-tracking branch 'origin/master' into b4a-528
2 parents e9b3be6 + 81a3e7a commit 372a68c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"files": [
1111
"bin/",
12-
"lib/",
12+
"src/",
1313
"public_html/",
1414
"views/",
1515
"LICENSE",
@@ -73,7 +73,7 @@
7373
"posttest": "./node_modules/.bin/mongodb-runner stop",
7474
"coverage": "cross-env COVERAGE_OPTION='./node_modules/babel-istanbul/lib/cli.js cover -x **/spec/**' npm test",
7575
"start": "node ./bin/parse-server",
76-
"prepublish": "npm run build"
76+
"install": "npm run build"
7777
},
7878
"engines": {
7979
"node": ">=4.3"

0 commit comments

Comments
 (0)