Skip to content

Commit

Permalink
Add browser.js to files in package.json (closes #61) (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
zh3 authored and timdp committed Aug 1, 2019
1 parent f87cb34 commit 159689a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"files": [
"src/",
"lib/",
"index.js"
"index.js",
"browser.js"
],
"scripts": {
"build": "rimraf lib && babel src -d lib",
Expand Down

0 comments on commit 159689a

Please sign in to comment.