This commit is contained in:
KillerBossOriginal 2023-12-09 19:25:09 +01:00
parent 7999a59d1d
commit afe9a66889

View file

@ -1,6 +1,6 @@
{ {
"name": "tn-api.js", "name": "tn-api.js",
"version": "0.4.2", "version": "0.4.3",
"description": "A Public Template for npm", "description": "A Public Template for npm",
"main": "build/index.js", "main": "build/index.js",
"repository": "https://source.thundernetwork.org/ThunderNetworkRaD/tn-api.js", "repository": "https://source.thundernetwork.org/ThunderNetworkRaD/tn-api.js",
@ -9,7 +9,6 @@
"type": "module", "type": "module",
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
"publish": "npm run build && npm publish",
"test": "yarn build && node build/test.js" "test": "yarn build && node build/test.js"
}, },
"dependencies": { "dependencies": {