v7.0.0-beta.49

This commit is contained in:
Logan Smyth
2018-05-25 09:00:02 -07:00
parent cf8058e5b6
commit 90566103a6
145 changed files with 872 additions and 872 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@babel/helper-builder-react-jsx",
"version": "7.0.0-beta.48",
"version": "7.0.0-beta.49",
"description": "Helper function to build react jsx",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-react-jsx",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"@babel/types": "7.0.0-beta.48",
"@babel/types": "7.0.0-beta.49",
"esutils": "^2.0.0"
}
}