Skip to content

Commit c53f0a6

Browse files
committed
fix: package.json main & types field
1 parent cb1bafd commit c53f0a6

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": "featureprobe-client-sdk-js",
33
"version": "1.0.5",
44
"description": "FeatureProbe Client Side SDK for JavaScript",
5-
"main": "./dist/index.js",
6-
"types": "./dist/index.d.ts",
5+
"main": "./dist/src/index.js",
6+
"types": "./dist/src/index.d.ts",
77
"unpkg": "./dist/featureprobe-client-sdk-js.min.js",
88
"jsdelivr": "./dist/featureprobe-client-sdk-js.min.js",
99
"files": [

0 commit comments

Comments
 (0)