Skip to content

Commit 057388c

Browse files
committed
pkg: add release script
1 parent 0a55479 commit 057388c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
},
1414
"scripts": {
1515
"prepublish": "make build",
16+
"release": "np",
1617
"test": "make test"
1718
},
1819
"dependencies": {
@@ -32,6 +33,7 @@
3233
"devDependencies": {
3334
"browserify": "^14.1.0",
3435
"concat-stream": "^1.5.1",
36+
"np": "^6.2.3",
3537
"tap": "^10.0.1",
3638
"tree-kill": "^1.0.0",
3739
"utf8-stream": "^0.0.0"

0 commit comments

Comments
 (0)