fix: package.json types path
This commit is contained in:
parent
3661bb28cc
commit
6238a21d65
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
"description": "Discord API Wrapper",
|
||||
"license": "MIT",
|
||||
"main": "dist/src/index.js",
|
||||
"types": "types/src/index.d.ts",
|
||||
"types": "dist/src/index.d.ts",
|
||||
"repository": "https://code.relms.dev/NeonJS/library",
|
||||
"bugs": "https://code.relms.dev/NeonJS/library/issues",
|
||||
"homepage": "https://code.relms.dev/NeonJS/library/src/branch/master/README.md",
|
||||
|
|
Reference in a new issue