We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b66d1 commit 32f7053Copy full SHA for 32f7053
package.json
@@ -5,7 +5,8 @@
5
"main": "index.js",
6
"scripts": {
7
"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;"
+ "test": "npm run lint || exit 1; result=\"$(tape ./**/*_spec.js)\"; echo \"$result\" | tap-spec; echo \"$result\" | tnyan;",
9
+ "publish": "publish-please"
10
},
11
"repository": {
12
"type": "git",
@@ -53,6 +54,7 @@
53
54
"devDependencies": {
55
"eslint": "^1.10.0",
56
"proxyquire": "^1.5.0",
57
+ "publish-please": "^1.1.0",
58
"tap-nyan": "0.0.2",
59
"tap-spec": "^4.1.1",
60
"tape": "^4.0.0",
0 commit comments