Precise DOM morphing
morphing typescript dom

point main to unminified build

+1 -1
+1 -1
package.json
··· 5 5 "license": "MIT", 6 6 "type": "module", 7 7 "description": "An optimal DOM morphing library written in TypeScript.", 8 - "main": "dist/morphlex.min.js", 8 + "main": "dist/morphlex.js", 9 9 "types": "dist/morphlex.d.ts", 10 10 "homepage": "https://github.com/yippee-fun/morphlex", 11 11 "bugs": {