From ba98734f781a3d0b14eb496fd45c9c0d98ffb751 Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Thu, 19 Nov 2015 16:26:54 -0800 Subject: [PATCH] Removing extend and bumping version --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4f874e5..46ac764 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-code-push", - "version": "1.2.0-beta", + "version": "1.2.1-beta", "description": "React Native plugin for the CodePush service", "main": "CodePush.ios.js", "homepage": "https://microsoft.github.io/code-push", @@ -16,8 +16,7 @@ "url": "https://github.com/Microsoft/react-native-code-push" }, "dependencies": { - "code-push": "^1.1.1-beta", - "extend": "3.0.0" + "code-push": "^1.1.1-beta" }, "devDependencies": { "react-native": "0.11.4"