react-native: release new babel-preset version

Summary:
The `3.0.0` contained syntax errors for older versions of Node.

See also https://github.com/facebook/react-native/issues/15496

Reviewed By: cpojer

Differential Revision: D5677965

fbshipit-source-id: cae07fdce7e887c6fb1d6087791db8307f6f72f3
This commit is contained in:
Jean Lauliac 2017-08-22 06:43:27 -07:00 committed by Facebook Github Bot
parent f0d98104ae
commit e0634531d8
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "babel-preset-react-native",
"version": "3.0.0",
"version": "3.0.1",
"description": "Babel preset for React Native applications",
"main": "index.js",
"repository": "https://github.com/facebook/react-native/tree/master/babel-preset",