Update package.json

This commit is contained in:
James Kyle 2015-10-29 20:54:59 -07:00
parent 2d499734fd
commit 1d5ad67764

View File

@ -1,7 +1,7 @@
{ {
"name": "babel-preset-react", "name": "babel-preset-react",
"version": "6.0.2", "version": "6.0.2",
"description": "", "description": "Babel preset for all React plugins.",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
"license": "MIT", "license": "MIT",
@ -13,4 +13,4 @@
"babel-plugin-transform-react-jsx": "^6.0.2", "babel-plugin-transform-react-jsx": "^6.0.2",
"babel-plugin-transform-flow-strip-types": "^6.0.2" "babel-plugin-transform-flow-strip-types": "^6.0.2"
} }
} }