Skip to content

Commit

Permalink
fix(build): fix incorrect common js main import (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricokahler authored Jan 31, 2021
1 parent c85328c commit c488bdb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,18 @@
"name": "Rico Kahler",
"email": "[email protected]"
},
"keywords": [
"color",
"css-in-js",
"tinycolor",
"color-parser",
"color-manipulation",
"polished",
"chroma-js"
],
"sideEffects": false,
"exports": "./dist/index.modern.js",
"main": "./dist/index.ts",
"main": "./dist/index.js",
"unpkg": "./dist/index.umd.js",
"module": "./dist/index.module.js",
"source": "./src/index.ts",
Expand Down

0 comments on commit c488bdb

Please sign in to comment.