Skip to content

Commit 9a1913e

Browse files
committed
Move files to src
1 parent e94873f commit 9a1913e

6 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"bugs": {
99
"email": "support@appzung.com"
1010
},
11-
"main": "CodePush.js",
11+
"main": "src/CodePush.js",
1212
"typings": "typings/react-native-code-push.d.ts",
1313
"scripts": {
1414
"clean": "shx rm -rf bin",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const packageJson = require("./package.json");
1+
const packageJson = require("../package.json");
22

33
module.exports = {
44
async request(verb, url, requestBody, callback) {
@@ -49,4 +49,4 @@ function getHttpMethodName(verb) {
4949
"CONNECT",
5050
"PATCH"
5151
][verb];
52-
}
52+
}

0 commit comments

Comments
 (0)