diff --git a/package.json b/package.json index 2ed8f15..ab49947 100644 --- a/package.json +++ b/package.json @@ -7,11 +7,11 @@ "isHook": true }, "directories": { - "test": "test", - "prepublish": "npm run test" + "test": "test" }, "scripts": { - "test": "nyc mocha" + "test": "nyc mocha", + "prepublish": "npm run test" }, "repository": { "type": "git",