Skip to content

Commit

Permalink
Remove greenkeeper postpublish hook
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Jun 17, 2017
1 parent 4d02c84 commit 92e3771
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,13 @@
},
"devDependencies": {
"eslint": "^4.0.0",
"greenkeeper-postpublish": "^1.0.1",
"tap": "^10.1.0"
},
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"lint": "eslint bin/spritezero test/",
"test": "npm run lint && tap test/test.js",
"postpublish": "greenkeeper-postpublish"
"test": "npm run lint && tap test/test.js"
}
}

0 comments on commit 92e3771

Please sign in to comment.