mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2026-03-14 00:22:42 +03:00
* Convert ui to ESM (WIP) * Finish conversion * Format * Patch * Change @redux-devtools/ui version to major and ESM Update the version of @redux-devtools/ui to major and convert to ESM.
15 lines
460 B
Diff
15 lines
460 B
Diff
diff --git a/cjs/package.json b/cjs/package.json
|
|
new file mode 100644
|
|
index 0000000000000000000000000000000000000000..729ac4d93b7f2d9be36b44525f02ff6555f9383a
|
|
--- /dev/null
|
|
+++ b/cjs/package.json
|
|
@@ -0,0 +1 @@
|
|
+{"type":"commonjs"}
|
|
diff --git a/esm/package.json b/esm/package.json
|
|
new file mode 100644
|
|
index 0000000000000000000000000000000000000000..089153bcb5adf57dc25f206a9dad3114c9cff80d
|
|
--- /dev/null
|
|
+++ b/esm/package.json
|
|
@@ -0,0 +1 @@
|
|
+{"type":"module"}
|