-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update scripts to support esm syntax (#4)
* update scripts to support esm syntax * update package version
- Loading branch information
1 parent
d592f8c
commit da2b4f7
Showing
5 changed files
with
15 additions
and
20 deletions.
There are no files selected for viewing
File renamed without changes.
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export * from "./can-use-dom"; | ||
export * from "./can-use-event-listeners"; | ||
export * from "./can-use-viewport"; | ||
export * from "./can-use-workers"; | ||
export * from "./can-use-dom.js"; | ||
export * from "./can-use-event-listeners.js"; | ||
export * from "./can-use-viewport.js"; | ||
export * from "./can-use-workers.js"; |
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
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