Skip to content

Commit fc25724

Browse files
committed
Add Greenkeeper postpublish hook
1 parent c04f0d7 commit fc25724

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,15 @@
2525
},
2626
"devDependencies": {
2727
"eslint": "^3.8.0",
28+
"greenkeeper-postpublish": "^1.0.1",
2829
"tap": "^10.1.0"
2930
},
3031
"engines": {
3132
"node": ">=4.0.0"
3233
},
3334
"scripts": {
3435
"lint": "eslint bin/spritezero test/",
35-
"test": "npm run lint && tap test/test.js"
36+
"test": "npm run lint && tap test/test.js",
37+
"postpublish": "greenkeeper-postpublish"
3638
}
3739
}

0 commit comments

Comments
 (0)