Skip to content

Commit 1e16930

Browse files
committed
fix: use the correct "jsnext:main" and "module" values
1 parent 4200341 commit 1e16930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "polished",
33
"description": "A lightweight toolset for writing styles in Javascript.",
44
"main": "lib/index.js",
5-
"jsnext:main": "dist/styled-components.es.js",
6-
"module": "dist/styled-components.es.js",
5+
"jsnext:main": "dist/polished.es.js",
6+
"module": "dist/polished.es.js",
77
"scripts": {
88
"build": "npm run build:lib && npm run build:dist && npm run build:flow && npm run build:docs",
99
"prebuild:lib": "shx rm -rf lib/*",

0 commit comments

Comments
 (0)