File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 3.1.1] ( https://github.com/homer0/cjs2esm/compare/3.1.0...3.1.1 ) (2022-05-20)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * have a local version of the exports patch ([ 6a12fa6] ( https://github.com/homer0/cjs2esm/commit/6a12fa6432fd3d4cb18764b770b3a5f3636b44d2 ) )
7
+ * remove patch-package ([ 21cd985] ( https://github.com/homer0/cjs2esm/commit/21cd98554aa531e96cd71b78f9fb411020c6cf8f ) )
8
+
1
9
# [ 3.1.0] ( https://github.com/homer0/cjs2esm/compare/3.0.0...3.1.0 ) (2022-05-20)
2
10
3
11
Original file line number Diff line number Diff line change 2
2
"name" : " cjs2esm" ,
3
3
"description" : " Transforms a project that uses CommonJS to ES Modules." ,
4
4
"homepage" : " https://homer0.github.io/cjs2esm/" ,
5
- "version" : " 3.1.0 " ,
5
+ "version" : " 3.1.1 " ,
6
6
"repository" : " homer0/cjs2esm" ,
7
7
"author" :
" Leonardo Apiwan (@homer0) <[email protected] >" ,
8
8
"keywords" : [
73
73
},
74
74
"config" : {
75
75
"cjs2esm" : {
76
- "ignore" : [" 5to6-codemod" ],
76
+ "ignore" : [
77
+ " 5to6-codemod"
78
+ ],
77
79
"filesWithShebang" : [
78
80
" src/bin.js"
79
81
]
You can’t perform that action at this time.
0 commit comments