Skip to content

Commit

Permalink
Use "prepare" instead of the deprecated "prepublish"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zirro authored and domenic committed Sep 24, 2017
1 parent 0251381 commit 01b2a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -69,7 +69,7 @@
"vm": "./lib/jsdom/vm-shim.js"
},
"scripts": {
"prepublish": "npm run convert-idl",
"prepare": "npm run convert-idl",
"pretest": "npm run convert-idl && git submodule update --init --recursive",
"test-wpt": "mocha test/web-platform-tests/index.js",
"test-tuwpt": "mocha test/web-platform-tests/to-upstream.js",
Expand Down

0 comments on commit 01b2a46

Please sign in to comment.