v7.0.0-alpha.16
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-modules-commonjs",
|
||||
"version": "7.0.0-alpha.15",
|
||||
"version": "7.0.0-alpha.16",
|
||||
"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-plugin-transform-strict-mode": "7.0.0-alpha.15",
|
||||
"babel-template": "7.0.0-alpha.15",
|
||||
"babel-types": "7.0.0-alpha.15"
|
||||
"babel-plugin-transform-strict-mode": "7.0.0-alpha.16",
|
||||
"babel-template": "7.0.0-alpha.16",
|
||||
"babel-types": "7.0.0-alpha.16"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
],
|
||||
"devDependencies": {
|
||||
"babel-helper-plugin-test-runner": "7.0.0-alpha.15",
|
||||
"babel-plugin-syntax-object-rest-spread": "7.0.0-alpha.15"
|
||||
"babel-helper-plugin-test-runner": "7.0.0-alpha.16",
|
||||
"babel-plugin-syntax-object-rest-spread": "7.0.0-alpha.16"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user