Skip to content

Commit 1d54a22

Browse files
committed
fix "main" not pointed at distributable file
1 parent c290e81 commit 1d54a22

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
@@ -13,7 +13,7 @@
1313
"type": "git",
1414
"url": "https://github.com/zenoamaro/react-quill.git"
1515
},
16-
"main": "src/index.js",
16+
"main": "dist/react-quill.min.js",
1717
"scripts": {
1818
"test": "make test",
1919
"build": "make build"

0 commit comments

Comments
 (0)