Skip to content

Commit 1e48a30

Browse files
committed
Update package metadata to reflect new ownership and versioning
1 parent 84f3213 commit 1e48a30

2 files changed

Lines changed: 14 additions & 12 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
{
2-
"name": "react-native-code-push",
3-
"version": "9.0.1",
2+
"name": "@srcpush/react-native-code-push",
3+
"version": "1.0.0",
44
"description": "React Native plugin for the CodePush service",
55
"main": "CodePush.js",
66
"typings": "typings/react-native-code-push.d.ts",
7-
"homepage": "https://microsoft.github.io/code-push",
7+
"homepage": "https://srcpush.com/",
88
"keywords": [
99
"react-native",
1010
"code",
11+
"srcpush",
12+
"ota",
1113
"push"
1214
],
13-
"author": "Microsoft Corporation",
15+
"author": "Source Push",
1416
"license": "MIT",
1517
"scripts": {
1618
"clean": "shx rm -rf bin",
@@ -32,7 +34,7 @@
3234
},
3335
"repository": {
3436
"type": "git",
35-
"url": "https://github.com/microsoft/react-native-code-push"
37+
"url": "https://github.com/srcpush/react-native-code-push"
3638
},
3739
"dependencies": {
3840
"code-push": "4.2.3",
@@ -73,8 +75,8 @@
7375
]
7476
},
7577
"commands": {
76-
"postlink": "node node_modules/react-native-code-push/scripts/postlink/run",
77-
"postunlink": "node node_modules/react-native-code-push/scripts/postunlink/run"
78+
"postlink": "node node_modules/@srcpush/react-native-code-push/scripts/postlink/run",
79+
"postunlink": "node node_modules/@srcpush/react-native-code-push/scripts/postunlink/run"
7880
}
7981
}
80-
}
82+
}

0 commit comments

Comments
 (0)