Skip to content

Commit

Permalink
chore(package): remove browser field (#3598)
Browse files Browse the repository at this point in the history
* chore(package): remove `browser` field

Reverts changes introduced in #3566, fixes #3597.

* Update package.json
  • Loading branch information
layershifter authored May 6, 2019
1 parent 4cfe14c commit 97c4ab9
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 @@ -5,8 +5,8 @@
"jsnext:main": "dist/es/index.js",
"main": "dist/commonjs/index.js",
"module": "dist/es/index.js",
"browser": "dist/umd/semantic-ui-react.min.js",
"types": "index.d.ts",
"unpkg": "dist/umd/semantic-ui-react.min.js",
"files": [
"src",
"dist",
Expand Down

0 comments on commit 97c4ab9

Please sign in to comment.