Skip to content

Commit 8598d4c

Browse files
authored
fix: Update main entrypoint
1 parent 3a27f23 commit 8598d4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "tipcc.js",
33
"version": "1.0.0",
44
"description": "tip.cc API Client",
5-
"main": "lib/src/index.js",
6-
"types": "lib/src/index.d.ts",
5+
"main": "lib/index.js",
6+
"types": "lib/index.d.ts",
77
"files": [
88
"lib/**/*",
99
"README.md",

0 commit comments

Comments
 (0)