diff --git a/package.json b/package.json index 5f35900..5d1341c 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,6 @@ }, "devDependencies": { "browserify": "^14.1.0", - "greenkeeper-postpublish": "^1.0.0", "humble-localstorage": "^1.4.2", "istanbul": "^0.4.1", "istanbul-coveralls": "^1.0.3", @@ -59,7 +58,6 @@ "test": "npm run -s test:node | tap-spec", "test:coverage": "istanbul cover tape test/{integration,unit}/*-test.js", "test:coverage:upload": "istanbul-coveralls", - "test:node": "tape test/{integration,unit}/*-test.js", - "postpublish": "greenkeeper-postpublish" + "test:node": "tape test/{integration,unit}/*-test.js" } }