Skip to content

Commit

Permalink
Fix package.json entry
Browse files Browse the repository at this point in the history
  • Loading branch information
mxstbr committed Jan 29, 2018
1 parent 5651781 commit 97bf3b2
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 @@ -6,7 +6,7 @@
"main": "dist/styled-components.cjs.js",
"jsnext:main": "dist/styled-components.es.js",
"module": "dist/styled-components.es.js",
"react-native": "dist/styled-components.cjs.native.js",
"react-native": "dist/styled-components.native.cjs.js",
"browser": {
"./dist/styled-components.es.js": "./dist/styled-components.browser.es.js",
"./dist/styled-components.cjs.js": "./dist/styled-components.browser.cjs.js",
Expand Down

0 comments on commit 97bf3b2

Please sign in to comment.