diff --git a/package.json b/package.json index 7126e46..843b93e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mozillasecurity/octo", - "version": "1.0.4", + "version": "1.0.5", "description": "", "keywords": [ "fuzzing", @@ -26,7 +26,6 @@ "test:lint:fix": "cross-env NODE_ENV=test standard --fix --verbose", "build": "webpack -p", "watch": "webpack --watch", - "postinstall": "npm run build", "precommit": "npm run test:lint" }, "standard": {