diff --git a/package.json b/package.json index ec5d41d..5494acd 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,6 @@ "test": "node test/index | tap-dot", "lint": "jshint .", "travis": "npm test", - "semantic-release": "semantic-release pre && npm publish && semantic-release post", "validate": "npm ls" }, "author": "Pelias", @@ -34,5 +33,8 @@ "lint", "validate", "test" - ] + ], + "release": { + "success": [] + } }