Skip to content

Commit

Permalink
Add browser entry to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dpca committed Feb 23, 2019
1 parent 942ea97 commit 81cbe8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"license": "MIT",
"main": "dist/curious.cjs.js",
"module": "dist/curious.esm.js",
"browser": "dist/curious.umd.js",
"unpkg": "dist/curious.umd.js",
"scripts": {
"test": "mocha --compilers js:babel-register tests",
Expand Down

0 comments on commit 81cbe8f

Please sign in to comment.