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