Skip to content

Commit

Permalink
Merge pull request #135 from EnoahNetzach/wrong-package-json-main
Browse files Browse the repository at this point in the history
Use the correct mains
  • Loading branch information
nikgraf committed Mar 31, 2017
2 parents 4200341 + 1e16930 commit 908842a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "polished",
"description": "A lightweight toolset for writing styles in Javascript.",
"main": "lib/index.js",
"jsnext:main": "dist/styled-components.es.js",
"module": "dist/styled-components.es.js",
"jsnext:main": "dist/polished.es.js",
"module": "dist/polished.es.js",
"scripts": {
"build": "npm run build:lib && npm run build:dist && npm run build:flow && npm run build:docs",
"prebuild:lib": "shx rm -rf lib/*",
Expand Down

0 comments on commit 908842a

Please sign in to comment.