We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d02c84 commit 92e3771Copy full SHA for 92e3771
1 file changed
package.json
@@ -25,15 +25,13 @@
25
},
26
"devDependencies": {
27
"eslint": "^4.0.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/",
36
- "test": "npm run lint && tap test/test.js",
37
- "postpublish": "greenkeeper-postpublish"
+ "test": "npm run lint && tap test/test.js"
38
}
39
0 commit comments