Skip to content

Commit 32f7053

Browse files
committed
add publish-please
1 parent b4b66d1 commit 32f7053

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "index.js",
66
"scripts": {
77
"lint": "eslint ./lib cli.js index.js",
8-
"test": "npm run lint || exit 1; result=\"$(tape ./**/*_spec.js)\"; echo \"$result\" | tap-spec; echo \"$result\" | tnyan;"
8+
"test": "npm run lint || exit 1; result=\"$(tape ./**/*_spec.js)\"; echo \"$result\" | tap-spec; echo \"$result\" | tnyan;",
9+
"publish": "publish-please"
910
},
1011
"repository": {
1112
"type": "git",
@@ -53,6 +54,7 @@
5354
"devDependencies": {
5455
"eslint": "^1.10.0",
5556
"proxyquire": "^1.5.0",
57+
"publish-please": "^1.1.0",
5658
"tap-nyan": "0.0.2",
5759
"tap-spec": "^4.1.1",
5860
"tape": "^4.0.0",

0 commit comments

Comments
 (0)