Skip to content

Commit

Permalink
point "browser" at /lib
Browse files Browse the repository at this point in the history
- see discussion at #162
- browser code should be ES5 but does not need to be bundled
  • Loading branch information
alexkrolick committed Apr 12, 2017
1 parent d66dcca commit 79a4ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -14,7 +14,7 @@
"url": "https://github.com/zenoamaro/react-quill.git"
},
"main": "lib/index.js",
"browser": "dist/react-quill.min.js",
"browser": "lib/index.js",
"scripts": {
"test": "make test",
"build": "make build",
Expand Down

0 comments on commit 79a4ba7

Please sign in to comment.