Skip to content

Commit fa97705

Browse files
committed
Refactor package.json
1 parent ae48bc5 commit fa97705

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@
2525
],
2626
"sideEffects": false,
2727
"type": "module",
28-
"exports": {
29-
".": "./index.js"
30-
},
28+
"exports": "./index.js",
3129
"imports": {
3230
"#conditional-color": {
3331
"node": "./lib/color.node.js",

0 commit comments

Comments
 (0)