Skip to content

Commit dbb185f

Browse files
committed
fix: wrong package.json entrypoint
1 parent 90be9af commit dbb185f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"main": "./src/index.mjs",
1111
"types": "./dist/index.d.mts",
12-
"module": "./dist/index.mjs",
12+
"module": "./src/index.mjs",
1313
"unpkg": "./dist/is-animated.umd.js",
1414
"scripts": {
1515
"typecheck": "tsc --project tsconfig.json --noEmit",

0 commit comments

Comments
 (0)