-
Notifications
You must be signed in to change notification settings - Fork 798
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add hack for WordPress/gutenberg#67897
- Loading branch information
Showing
3 changed files
with
36 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Hack for https://github.com/WordPress/gutenberg/issues/67897 | ||
|
||
diff --git a/package.json b/package.json | ||
index d7af17fea3f59f807a9d7234cf9ce79131538383..c862b012af312c9fc5cf1d2d884ec332ee079d0b 100644 | ||
--- a/package.json | ||
+++ b/package.json | ||
@@ -27,7 +27,7 @@ | ||
"exports": { | ||
".": { | ||
"types": "./build-types/index.d.ts", | ||
- "import": "./build-module/index.js" | ||
+ "default": "./build/index.js" | ||
}, | ||
"./wp": { | ||
"types": "./build-types/index.d.ts", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.