Archived
0
0
Fork 0

chore: bump version due to npmjs 400 error

This commit is contained in:
Daryl Ronningen 2021-11-04 11:54:19 -07:00
parent 6404e71e5b
commit a53510fffd
Signed by: Daryl Ronningen
GPG key ID: FD23F0C934A5EC6B

View file

@ -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"