Skip to content

Commit

Permalink
Merge pull request #95 from kaimallea/fix-webpack-breakage
Browse files Browse the repository at this point in the history
fix: stop using browser prop in package.json
  • Loading branch information
kaimallea authored Aug 19, 2019
2 parents d43025c + 048087c commit 496da64
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 496da64

Please sign in to comment.