Skip to content

Commit 5526523

Browse files
committed
fix: correct index.js path
1 parent 617e4df commit 5526523

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
@@ -19,8 +19,8 @@
1919
"lint:fix": "npm run lint -- --fix",
2020
"test": "jest"
2121
},
22-
"main": "dist/index.js",
23-
"types": "dist/index.d.ts",
22+
"main": "dist/src/index.js",
23+
"types": "dist/src/index.d.ts",
2424
"repository": {
2525
"type": "git",
2626
"url": "git+https://github.com/CodelyTV/typescript-primitives-type"

0 commit comments

Comments
 (0)