Skip to content

Commit 92e3771

Browse files
committed
Remove greenkeeper postpublish hook
1 parent 4d02c84 commit 92e3771

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,13 @@
2525
},
2626
"devDependencies": {
2727
"eslint": "^4.0.0",
28-
"greenkeeper-postpublish": "^1.0.1",
2928
"tap": "^10.1.0"
3029
},
3130
"engines": {
3231
"node": ">=4.0.0"
3332
},
3433
"scripts": {
3534
"lint": "eslint bin/spritezero test/",
36-
"test": "npm run lint && tap test/test.js",
37-
"postpublish": "greenkeeper-postpublish"
35+
"test": "npm run lint && tap test/test.js"
3836
}
3937
}

0 commit comments

Comments
 (0)