Skip to content

Commit

Permalink
Drop browser field from package
Browse files Browse the repository at this point in the history
Fixes #2296
  • Loading branch information
danielkcz committed Apr 3, 2020
1 parent 7bbefff commit 8a63a29
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions package.json
Expand Up @@ -5,10 +5,6 @@
"main": "lib/index.js",
"umd:main": "lib/mobx.umd.js",
"module": "lib/mobx.module.js",
"browser": {
"./lib/mobx.js": "./lib/mobx.min.js",
"./lib/mobx.module.js": "./lib/mobx.module.js"
},
"unpkg": "lib/mobx.umd.min.js",
"jsnext:main": "lib/mobx.module.js",
"react-native": "lib/mobx.module.js",
Expand Down

0 comments on commit 8a63a29

Please sign in to comment.