v7.0.0-alpha.12
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-modules-systemjs",
|
||||
"version": "7.0.0-alpha.11",
|
||||
"version": "7.0.0-alpha.12",
|
||||
"description": "This plugin transforms ES2015 modules to SystemJS",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-systemjs",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-helper-hoist-variables": "7.0.0-alpha.11",
|
||||
"babel-template": "7.0.0-alpha.11"
|
||||
"babel-helper-hoist-variables": "7.0.0-alpha.12",
|
||||
"babel-template": "7.0.0-alpha.12"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
],
|
||||
"devDependencies": {
|
||||
"babel-helper-plugin-test-runner": "7.0.0-alpha.11",
|
||||
"babel-plugin-syntax-dynamic-import": "7.0.0-alpha.9"
|
||||
"babel-helper-plugin-test-runner": "7.0.0-alpha.12",
|
||||
"babel-plugin-syntax-dynamic-import": "7.0.0-alpha.12"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user