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:
parent
f0d98104ae
commit
e0634531d8
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue