Skip to content
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.

Commit

Permalink
add types in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-1 committed Mar 25, 2022
1 parent 4d66827 commit 9da897f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"name": "typed-hypixel-api",
"version": "0.1.1",
"version": "0.1.2",
"main": "build/index.js",
"types": "build/index.d.js",
"repository": "https://github.com/skyblockstats/typed-hypixel-api.git",
"author": "mat <[email protected]>",
"license": "MIT",
"files": [
"build"
],
"dependencies": {
"typescript": "^4.6.2",
"undici": "^4.16.0"
Expand Down

0 comments on commit 9da897f

Please sign in to comment.