Removing extend and bumping version

This commit is contained in:
Jonathan Carter
2015-11-19 16:26:54 -08:00
parent 5898261c6d
commit ba98734f78

View File

@@ -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"