chore: bump version due to npmjs 400 error
This commit is contained in:
parent
6404e71e5b
commit
a53510fffd
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Reference in a new issue