Skip to content

Commit e54acf1

Browse files
author
hu
authored
Merge pull request #7 from react-native-oh-library/dev
更新别名配置,新增版本号。
2 parents 72f06c6 + 946a19d commit e54acf1

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)