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",
|
"name": "@neonjs/framework",
|
||||||
"version": "1.0.0",
|
"version": "1.0.2",
|
||||||
"description": "Discord.JS Slash Commands based framework",
|
"description": "Discord.JS Slash Commands based framework",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
"package.json",
|
"package.json",
|
||||||
"LICENSE",
|
"LICENSE",
|
||||||
"README.md",
|
"README.md",
|
||||||
"CHANGELOG"
|
"CHANGELOG.md"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
"commit": "cz",
|
"commit": "cz",
|
||||||
"lint": "eslint --format=pretty src",
|
"lint": "eslint --format=pretty src",
|
||||||
"lint:fix": "eslint --format=pretty src --fix",
|
"lint:fix": "eslint --format=pretty src --fix",
|
||||||
"postinstall": "husky install",
|
"_postinstall": "husky install",
|
||||||
"prepublishOnly": "pinst --disable",
|
"prepublishOnly": "pinst --disable",
|
||||||
"postpublish": "pinst --enable",
|
"postpublish": "pinst --enable",
|
||||||
"release": "semantic-release"
|
"release": "semantic-release"
|
||||||
|
|
Reference in a new issue