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 9c71042 commit 2e598e4Copy full SHA for 2e598e4
.npmrc
package.json
@@ -4,9 +4,8 @@
4
"description": "Highlight a line in source code",
5
"main": "index.js",
6
"scripts": {
7
- "test": "mocha test.js --reporter spec",
8
- "postversion": "git push --tags && git push",
9
"preversion": "npm test",
+ "test": "mocha test.js --reporter spec",
10
"release:pre": "npm version prerelease && npm publish --tag=pre",
11
"release:patch": "npm version patch && npm publish",
12
"release:minor": "npm version minor && npm publish",
0 commit comments