Skip to content

Commit 3023d8b

Browse files
committed
feat: add cli package
1 parent 512d702 commit 3023d8b

File tree

9 files changed

+9515
-63
lines changed

9 files changed

+9515
-63
lines changed

example/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"name": "react-native-code-push-diff-example",
2+
"name": "codepushdiffexample",
33
"version": "0.0.1",
44
"private": true,
5+
"root": true,
56
"scripts": {
67
"android": "react-native run-android",
78
"ios": "react-native run-ios",
@@ -12,7 +13,7 @@
1213
"dependencies": {
1314
"react": "18.2.0",
1415
"react-native": "0.73.4",
15-
"react-native-code-push-diff": "../react-native-code-push-diff-0.0.0-local.21.tgz"
16+
"react-native-code-push-diff": "../react-native-code-push-diff-0.0.0-local.40.tgz"
1617
},
1718
"devDependencies": {
1819
"@babel/core": "^7.20.0",

0 commit comments

Comments
 (0)