We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4200341 commit 1e16930Copy full SHA for 1e16930
package.json
@@ -2,8 +2,8 @@
2
"name": "polished",
3
"description": "A lightweight toolset for writing styles in Javascript.",
4
"main": "lib/index.js",
5
- "jsnext:main": "dist/styled-components.es.js",
6
- "module": "dist/styled-components.es.js",
+ "jsnext:main": "dist/polished.es.js",
+ "module": "dist/polished.es.js",
7
"scripts": {
8
"build": "npm run build:lib && npm run build:dist && npm run build:flow && npm run build:docs",
9
"prebuild:lib": "shx rm -rf lib/*",
0 commit comments