This commit is contained in:
Logan Smyth
2017-02-13 17:14:12 -08:00
parent 24400c5b66
commit 48573f1fb4
36 changed files with 96 additions and 96 deletions

View File

@@ -1,14 +1,14 @@
{
"name": "babel-plugin-transform-es2015-modules-commonjs",
"version": "6.22.0",
"version": "6.23.0",
"description": "This plugin transforms ES2015 modules to CommonJS",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-commonjs",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-types": "^6.22.0",
"babel-types": "^6.23.0",
"babel-runtime": "^6.22.0",
"babel-template": "^6.22.0",
"babel-template": "^6.23.0",
"babel-plugin-transform-strict-mode": "^6.22.0"
},
"keywords": [