This commit is contained in:
Sebastian McKenzie
2015-11-12 11:57:45 -08:00
parent f91cfa68b9
commit 548d973d12
117 changed files with 376 additions and 376 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-react-jsx-compat",
"version": "6.1.12",
"version": "6.1.13",
"description": "Turn JSX into React Pre-0.12 function calls",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-compat",
"license": "MIT",
@@ -10,9 +10,9 @@
],
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-helper-builder-react-jsx": "^6.1.12"
"babel-helper-builder-react-jsx": "^6.1.13"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.12"
"babel-helper-plugin-test-runner": "^6.1.13"
}
}