Skip to content

Commit dba2454

Browse files
author
hongjingjun
committed
增加js入口及配置文件
1 parent fe9e937 commit dba2454

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

js/index.js

Whitespace-only changes.

package.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)