Skip to content

Commit

Permalink
Bring back babel-plugin-transform-es2015-modules-commonjs dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Mar 3, 2018
1 parent 63786af commit abedcbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -62,6 +62,7 @@
},
"dependencies": {
"babel-plugin-istanbul": "^4.1.4",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-preset-jest": "^22.4.0",
"cpx": "^1.5.0",
"fs-extra": "4.0.3",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -599,7 +599,7 @@ babel-plugin-transform-es2015-modules-amd@^6.22.0, babel-plugin-transform-es2015
babel-runtime "^6.22.0"
babel-template "^6.24.1"

babel-plugin-transform-es2015-modules-commonjs@^6.23.0, babel-plugin-transform-es2015-modules-commonjs@^6.24.1:
babel-plugin-transform-es2015-modules-commonjs@^6.23.0, babel-plugin-transform-es2015-modules-commonjs@^6.24.1, babel-plugin-transform-es2015-modules-commonjs@^6.26.0:
version "6.26.0"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.26.0.tgz#0d8394029b7dc6abe1a97ef181e00758dd2e5d8a"
dependencies:
Expand Down

0 comments on commit abedcbc

Please sign in to comment.