Skip to content

Commit 0443000

Browse files
committed
type: module
1 parent d3b6013 commit 0443000

File tree

7 files changed

+3
-0
lines changed

7 files changed

+3
-0
lines changed
File renamed without changes.
File renamed without changes.

packages/core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
},
77
"license": "MIT",
88
"sideEffects": false,
9+
"type": "module",
910
"exports": {
1011
".": {
1112
"node": {
File renamed without changes.

packages/dom/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
},
77
"license": "MIT",
88
"sideEffects": false,
9+
"type": "module",
910
"exports": {
1011
".": {
1112
"node": {
File renamed without changes.

packages/utils/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
},
77
"license": "MIT",
88
"sideEffects": false,
9+
"type": "module",
910
"exports": {
1011
".": {
1112
"node": {

0 commit comments

Comments
 (0)