Skip to content

Commit c26b5b8

Browse files
authored
fix: add main to pkg (#140)
1 parent 6981177 commit c26b5b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "@ice/store",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Simple and friendly state for React",
5+
"main": "esm/index.js",
56
"module": "esm/index.js",
67
"files": [
78
"esm"

0 commit comments

Comments
 (0)