v2.6.0
This commit is contained in:
parent
6b0db677e3
commit
2d1455b6b8
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@navy.gif/logger",
|
||||
"version": "2.5.3",
|
||||
"version": "2.6.0",
|
||||
"description": "Logging thing",
|
||||
"author": "Navy.gif",
|
||||
"license": "MIT",
|
||||
@ -40,7 +40,9 @@
|
||||
"scripts": {
|
||||
"test": "node test/test.js",
|
||||
"build": "tsc && tsc -p tsconfig.cjs.json && node ./scripts/declareTypes.js",
|
||||
"release": "yarn build && yarn publish",
|
||||
"release": "yarn build && yarn version patch && yarn npm publish",
|
||||
"release:minor": "yarn build && yarn version minor && yarn npm publish",
|
||||
"release:major": "yarn build && yarn version major && yarn npm publish",
|
||||
"lint": "eslint src/ --fix"
|
||||
},
|
||||
"packageManager": "yarn@4.5.0"
|
||||
|
Loading…
Reference in New Issue
Block a user