Skip to content

Commit 2e598e4

Browse files
author
Christopher Baker
committed
cleanup
1 parent 9c71042 commit 2e598e4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
"description": "Highlight a line in source code",
55
"main": "index.js",
66
"scripts": {
7-
"test": "mocha test.js --reporter spec",
8-
"postversion": "git push --tags && git push",
97
"preversion": "npm test",
8+
"test": "mocha test.js --reporter spec",
109
"release:pre": "npm version prerelease && npm publish --tag=pre",
1110
"release:patch": "npm version patch && npm publish",
1211
"release:minor": "npm version minor && npm publish",

0 commit comments

Comments
 (0)