There was an error while loading. Please reload this page.
1 parent 18d3358 commit e1def0cCopy full SHA for e1def0c
package.json
@@ -7,8 +7,11 @@
7
"browser": "./bundled/culori.min.js",
8
"jsdelivr": "./bundled/culori.umd.js",
9
"exports": {
10
+".": {
11
+"require": "./bundled/culori.cjs",
12
+"import": "./src/index.js"
13
+},
14
"./require": "./bundled/culori.cjs",
-".": "./src/index.js",
15
"./css": "./src/bootstrap/css.js",
16
"./all": "./src/bootstrap/all.js",
17
"./fn": "./src/index-fn.js",
0 commit comments