This commit is contained in:
Erik 2023-04-14 22:01:30 +03:00
parent cfdd4cda44
commit 3f8bf97931
Signed by: Navy.gif
GPG Key ID: 2532FBBB61C65A68

View File

@ -1,6 +1,6 @@
{
"name": "@navy.gif/logger",
"version": "2.2.1",
"version": "2.2.2",
"description": "Logging thing",
"author": "Navy.gif",
"license": "MIT",
@ -35,6 +35,7 @@
},
"scripts": {
"test": "node test/test.js",
"build": "tsc && tsc -p tsconfig.cjs.json && node ./scripts/declareTypes.js"
"build": "tsc && tsc -p tsconfig.cjs.json && node ./scripts/declareTypes.js",
"release": "tsc && yarn publish"
}
}