Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 1edcb38

Browse files
committed
undo unnecessary changes
1 parent b530292 commit 1edcb38

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CodePush.ios.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ var requestFetchAdapter = require("./request-fetch-adapter.js");
1111
var Sdk = require("code-push/script/acquisition-sdk").AcquisitionManager;
1212
var packageMixins = require("./package-mixins")(NativeCodePush);
1313

14-
1514
// This function is only used for tests. Replaces the default SDK, configuration and native bridge
1615
function setUpTestDependencies(providedTestSdk, providedTestConfig, testNativeBridge){
1716
if (providedTestSdk) testSdk = providedTestSdk;

Examples/CodePushDemoApp/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"dependencies": {
99
"react-native": "0.11.4",
1010
"react-native-button": "^1.2.0",
11-
"react-native-code-push": "file:../../",
12-
"extend": "3.0.0"
11+
"react-native-code-push": "file:../../"
1312
}
1413
}

0 commit comments

Comments
 (0)