Skip to content

Commit ff4e10a

Browse files
committed
chore(core): fix the main package entry
1 parent 286f4b1 commit ff4e10a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@
5959
"react scroll direction and position"
6060
],
6161
"license": "MIT",
62-
"main": "dist/cjs/index.js",
63-
"module": "dist/esm/index.js",
62+
"main": "dist/esm/index.js",
6463
"name": "@smakss/react-scroll-direction",
6564
"peerDependencies": {
6665
"react": ">=16.8.0"
@@ -79,5 +78,5 @@
7978
"typecheck": "tsc -b ."
8079
},
8180
"type": "module",
82-
"version": "4.0.0"
81+
"version": "4.0.1"
8382
}

0 commit comments

Comments
 (0)