Skip to content

Commit ac0bc01

Browse files
committed
point main to unminified build
1 parent eb9706d commit ac0bc01

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
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"type": "module",
77
"description": "An optimal DOM morphing library written in TypeScript.",
8-
"main": "dist/morphlex.min.js",
8+
"main": "dist/morphlex.js",
99
"types": "dist/morphlex.d.ts",
1010
"homepage": "https://github.com/yippee-fun/morphlex",
1111
"bugs": {

0 commit comments

Comments
 (0)