Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Commit

Permalink
upgrade transformers for ensuring non-duplicate esModule detection
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed May 30, 2017
1 parent 4240719 commit 4cd3696
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"main": "index.js",
"dependencies": {
"babel-core": "^6.24.1",
"babel-plugin-transform-amd-system-wrapper": "^0.3.5",
"babel-plugin-transform-cjs-system-wrapper": "^0.6.1",
"babel-plugin-transform-amd-system-wrapper": "^0.3.7",
"babel-plugin-transform-cjs-system-wrapper": "^0.6.2",
"babel-plugin-transform-es2015-modules-systemjs": "^6.6.5",
"babel-plugin-transform-global-system-wrapper": "^0.3.1",
"babel-plugin-transform-global-system-wrapper": "^0.3.4",
"babel-plugin-transform-system-register": "^0.0.1",
"bluebird": "^3.3.4",
"data-uri-to-buffer": "0.0.4",
Expand Down

0 comments on commit 4cd3696

Please sign in to comment.