From a53510fffdd048709208ebbf26afd67655aab993 Mon Sep 17 00:00:00 2001 From: Daryl Ronningen Date: Thu, 4 Nov 2021 11:54:19 -0700 Subject: [PATCH] chore: bump version due to npmjs 400 error --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"