We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9e937 commit dba2454Copy full SHA for dba2454
2 files changed
js/index.js
package.json
@@ -0,0 +1,24 @@
1
+{
2
+ "name": "react-native-diff-update",
3
+ "version": "1.0.0",
4
+ "description": "React native增量更新,支持多入口多业务。",
5
+ "main": "js/index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/xuwening/LDReactNativeDiffUpdate.git"
12
13
+ "keywords": [
14
+ "react-native",
15
+ "diff",
16
+ "hot update"
17
+ ],
18
+ "author": "leadeon",
19
+ "license": "MIT",
20
+ "bugs": {
21
+ "url": "https://github.com/xuwening/LDReactNativeDiffUpdate/issues"
22
23
+ "homepage": "https://github.com/xuwening/LDReactNativeDiffUpdate#readme"
24
+}
0 commit comments