diff --git a/package.json b/package.json index 0dcc276..5cbd8b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neonjs/framework", - "version": "1.0.0", + "version": "1.0.2", "description": "Discord.JS Slash Commands based framework", "license": "MIT", "main": "dist/index.js", @@ -26,7 +26,7 @@ "package.json", "LICENSE", "README.md", - "CHANGELOG" + "CHANGELOG.md" ], "scripts": { "build": "tsc", @@ -34,7 +34,7 @@ "commit": "cz", "lint": "eslint --format=pretty src", "lint:fix": "eslint --format=pretty src --fix", - "postinstall": "husky install", + "_postinstall": "husky install", "prepublishOnly": "pinst --disable", "postpublish": "pinst --enable", "release": "semantic-release"