From b532ec000fad08f7c4e66b94e276a7dbcf142cfe Mon Sep 17 00:00:00 2001 From: Amjad Masad Date: Mon, 4 May 2015 10:41:38 -0700 Subject: [PATCH] [react-packager] Update sane to use watch-project --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 40a3e9b51..54d7ada11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native", - "version": "0.3.7", + "version": "0.4.1", "description": "A framework for building native apps using React", "repository": { "type": "git", @@ -57,7 +57,7 @@ "react-timer-mixin": "^0.13.1", "react-tools": "0.13.2", "rebound": "^0.0.12", - "sane": "1.0.3", + "sane": "^1.1.1", "source-map": "0.1.31", "stacktrace-parser": "git://github.com/frantic/stacktrace-parser.git#493c5e5638", "uglify-js": "~2.4.16",