This commit is contained in:
Henry Zhu
2016-03-02 16:29:17 -05:00
parent bca622abbc
commit 39a8f5b796
41 changed files with 110 additions and 110 deletions

View File

@@ -1,15 +1,15 @@
{
"name": "babel-plugin-transform-es2015-modules-systemjs",
"version": "6.6.0",
"version": "6.6.4",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-systemjs",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-template": "^6.6.0",
"babel-helper-hoist-variables": "^6.3.13",
"babel-template": "^6.6.4",
"babel-helper-hoist-variables": "^6.6.4",
"babel-runtime": "^5.0.0",
"babel-plugin-transform-strict-mode": "^6.3.13"
"babel-plugin-transform-strict-mode": "^6.6.4"
},
"keywords": [
"babel-plugin"