-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [3.0.0](2.0.2...3.0.0) (2022-05-17) ### Bug Fixes * add patch for 5to6 ([e819879](e819879)) * drop support for Node 12 ([91a53d7](91a53d7)) * preserve leading comments ([36c44cc](36c44cc)) * properly resolve the path the transformations ([0069848](0069848)) * update dependencies ([0a8c55d](0a8c55d)) * upgrade jscodeshift ([577afae](577afae)) * use a better exp to replace modules ([5902cee](5902cee)) ### Features * allow for custom transformations ([3361f7c](3361f7c)) * allow to customize the codemod paths ([85f381b](85f381b)) * allow to set an order for the transformations ([9b35698](9b35698)) ### BREAKING CHANGES * This package no longer supports Node 12.
- Loading branch information
1 parent
f504bee
commit a5d1cdb
Showing
2 changed files
with
26 additions
and
1 deletion.
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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "cjs2esm", | ||
"description": "Transforms a project that uses CommonJS to ES Modules.", | ||
"homepage": "https://homer0.github.io/cjs2esm/", | ||
"version": "2.0.2", | ||
"version": "3.0.0", | ||
"repository": "homer0/cjs2esm", | ||
"author": "Leonardo Apiwan (@homer0) <[email protected]>", | ||
"keywords": [ | ||
|