From 51310b0669dce12fd99c3d6880047ef5c36b2fbf Mon Sep 17 00:00:00 2001 From: Janic Duplessis Date: Wed, 20 Apr 2016 18:13:10 -0700 Subject: [PATCH] Bump babel-preset-react-native version Summary:To include a missing part of the fix to HMR on Windows that was done in 0.25rc. See https://github.com/facebook/react-native/commit/c61100d0ceb4b71c86f01f35d7464d2d8a02b342. Will need to also publish to npm. cc ide grabbou Closes https://github.com/facebook/react-native/pull/7076 Differential Revision: D3199977 fb-gh-sync-id: b97da3c91d3723eaa40f63550e053d224689d517 fbshipit-source-id: b97da3c91d3723eaa40f63550e053d224689d517 --- babel-preset/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babel-preset/package.json b/babel-preset/package.json index 772c6b89d..19147e041 100644 --- a/babel-preset/package.json +++ b/babel-preset/package.json @@ -1,6 +1,6 @@ { "name": "babel-preset-react-native", - "version": "1.5.6", + "version": "1.5.7", "description": "Babel preset for React Native applications", "main": "index.js", "repository": "https://github.com/facebook/react-native/tree/master/babel-preset",