Skip to content

Commit 2de0300

Browse files
committed
Merge remote-tracking branch 'origin/master' into b4a-528
2 parents 372a68c + 272f38c commit 2de0300

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"views/",
1515
"LICENSE",
1616
"PATENTS",
17-
"README.md"
17+
"README.md",
18+
".babelrc"
1819
],
1920
"license": "BSD-3-Clause",
2021
"dependencies": {
@@ -73,7 +74,7 @@
7374
"posttest": "./node_modules/.bin/mongodb-runner stop",
7475
"coverage": "cross-env COVERAGE_OPTION='./node_modules/babel-istanbul/lib/cli.js cover -x **/spec/**' npm test",
7576
"start": "node ./bin/parse-server",
76-
"install": "npm run build"
77+
"postinstall": "npm run build"
7778
},
7879
"engines": {
7980
"node": ">=4.3"

0 commit comments

Comments
 (0)