Skip to content

Commit faef1fd

Browse files
committed
Update prepublish script to prepare as the latter is deprecated.
npm v5 deprecated "prepublish".
1 parent 0a74881 commit faef1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "lib/index.js",
77
"scripts": {
88
"test": "tav --ci && mocha test/index.js",
9-
"prepublish": "babel ./src --ignore test --out-dir ./lib",
9+
"prepare": "babel ./src --ignore test --out-dir ./lib",
1010
"pretest": "babel-node test/updateSchemaJson.js",
1111
"tav": "tav",
1212
"lint": "eslint 'src/**/*.js' 'test/**/*.js'"

0 commit comments

Comments
 (0)