Skip to content

Commit af2f387

Browse files
author
Pelle Wessman
committed
Fix: Have package.json to the new entry points
1 parent a9d3ffa commit af2f387

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
@@ -13,8 +13,8 @@
1313
"type": "git",
1414
"url": "git://github.com/SocketDev/socket-sdk-js.git"
1515
},
16-
"main": "./dist/index.js",
17-
"types": "./dist/index.d.ts",
16+
"main": "index.js",
17+
"types": "index.d.ts",
1818
"files": [
1919
"dist/**/*.d.ts",
2020
"dist/**/*.js",

0 commit comments

Comments
 (0)