This commit is contained in:
Sebastian McKenzie
2015-11-01 22:07:03 +00:00
parent 9702ceb074
commit c865cb4bf9
45 changed files with 155 additions and 155 deletions

View File

@@ -1,17 +1,17 @@
{
"name": "babel-plugin-transform-es2015-modules-commonjs",
"version": "6.0.14",
"version": "6.0.15",
"description": "",
"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.0.14",
"babel-types": "^6.0.15",
"babel-runtime": "^5.0.0",
"babel-template": "^6.0.14",
"babel-plugin-transform-strict-mode": "^6.0.14"
"babel-template": "^6.0.15",
"babel-plugin-transform-strict-mode": "^6.0.15"
},
"keywords": [
"babel-plugin"
]
}
}