Skip to content

Commit

Permalink
Fix UMD name for @emotion/react package
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Mar 12, 2020
1 parent a8c9942 commit 9e833ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
},
"umd:main": "dist/react.umd.min.js",
"preconstruct": {
"umdName": "emotionCore"
"umdName": "emotionReact"
}
}

0 comments on commit 9e833ba

Please sign in to comment.