Skip to content

Commit

Permalink
fix: stop using browser prop in package.json
Browse files Browse the repository at this point in the history
use of browser property in package.json was causing webpack break

fix #94
  • Loading branch information
kaimallea committed Aug 19, 2019
1 parent d43025c commit 048087c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"main": "cjs/index.js",
"module": "esm/index.js",
"browser": "dist/isMobile.min.js",
"jsdelivr": "dist/isMobile.min.js",
"types": "types",
"scripts": {
"prebuild": "rm -rf cjs esm dist",
Expand Down

0 comments on commit 048087c

Please sign in to comment.