Skip to content
This repository has been archived by the owner on Dec 2, 2019. It is now read-only.
/ copilot Public archive

Commit

Permalink
fix(styled-is): correct package entrypoints
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioramos committed May 25, 2017
1 parent 185916e commit 44a2f2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/styled-is/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"styled-components"
],
"repository": "github:yldio/joyent-portal",
"main": "dist/index.umd.js",
"jsnext:main": "dist/index.es.js",
"module": "dist/index.es.js",
"main": "dist/styled-is.umd.js",
"jsnext:main": "dist/styled-is.es.js",
"module": "dist/styled-is.es.js",
"entry": "src/index.js",
"scripts": {
"lint": "eslint . --fix --format=tap",
Expand Down

0 comments on commit 44a2f2e

Please sign in to comment.