This commit is contained in:
2025-10-09 22:45:21 -07:00
parent bced42ae57
commit 87c3b71fba

View File

@ -1,6 +1,6 @@
{
"name": "tase-api",
"version": "1.0.4",
"version": "1.0.5",
"description": "The official NPM wrapper for The All Seeing Eye's API",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
@ -11,6 +11,7 @@
"require": "./dist/index.js"
}
},
"files": ["dist", "README.md"],
"repository": {
"url": "https://git.thegoober.xyz/TGP/tase-api-node"
},