Skip to content

Commit 3340e57

Browse files
committed
chore: INT-11 adjusted pkg
1 parent 5dd9339 commit 3340e57

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,11 @@
1515
"email": "vlad@shelf.io",
1616
"url": "https://shelf.io"
1717
},
18+
"sideEffects": true,
1819
"type": "module",
19-
"main": "lib/index.js",
20+
"exports": "./lib/index.js",
21+
"module": "./lib/index.js",
2022
"types": "lib/index.d.ts",
21-
"exports": {
22-
".": {
23-
"import": "./lib/index.js",
24-
"types": "./lib/index.d.ts"
25-
}
26-
},
2723
"files": [
2824
"lib"
2925
],

0 commit comments

Comments
 (0)