Skip to content

Commit 298c483

Browse files
author
Robert Jackson
committed
Remove preversion/postversion scripts.
I generally use `np` these days...
1 parent 0f39d2b commit 298c483

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
"index.d.ts"
1010
],
1111
"scripts": {
12-
"test": "mocha tests",
13-
"preversion": "npm test",
14-
"postversion": "git push && git push --tags && npm publish"
12+
"test": "mocha tests"
1513
},
1614
"repository": {
1715
"type": "git",

0 commit comments

Comments
 (0)