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 f01c065 commit 204365aCopy full SHA for 204365a
package.json
@@ -4,7 +4,13 @@
4
"description": "prettify code plugin",
5
"main": "prettify.js",
6
"scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1",
+ "test": "mocha test.js --reporter spec",
8
+ "postversion": "git push --tags && git push",
9
+ "preversion": "npm test",
10
+ "release:pre": "npm version prerelease && npm publish",
11
+ "release:patch": "npm version patch && npm publish",
12
+ "release:minor": "npm version minor && npm publish",
13
+ "release:major": "npm version major && npm publish",
14
"postinstall": "install-engine-dependencies"
15
},
16
"repository": {
0 commit comments