Skip to content

Commit 946a19d

Browse files
committed
更新别买配置,新增版本号。
1 parent 289b987 commit 946a19d

File tree

3 files changed

+6
-23
lines changed

3 files changed

+6
-23
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.idea
2-
.DS_Store
2+
.DS_Store
3+
node_modules

harmony/smart_refresh_layout/src/main/module.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"name": "@react-native-oh-tpl/react-native-smartrefreshlayout",
3-
"version": "0.6.7-0.1.0",
3+
"version": "0.6.7-0.1.1",
44
"description": "基于android SmartRefreshLayout的封装",
5+
"harmony": {
6+
"alias": "react-native-smartrefreshlayout"
7+
},
58
"main": "lib/commonjs/index.js",
69
"react-native": "src/index.tsx",
710
"source": "src/index.tsx",

0 commit comments

Comments
 (0)