We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c04f0d7 commit fc25724Copy full SHA for fc25724
1 file changed
package.json
@@ -25,13 +25,15 @@
25
},
26
"devDependencies": {
27
"eslint": "^3.8.0",
28
+ "greenkeeper-postpublish": "^1.0.1",
29
"tap": "^10.1.0"
30
31
"engines": {
32
"node": ">=4.0.0"
33
34
"scripts": {
35
"lint": "eslint bin/spritezero test/",
- "test": "npm run lint && tap test/test.js"
36
+ "test": "npm run lint && tap test/test.js",
37
+ "postpublish": "greenkeeper-postpublish"
38
}
39
0 commit comments