Skip to content

Commit b432206

Browse files
committed
refactor:修改package.json
Signed-off-by: ding_chengjie <dingchenjie1@h-partners.com>
1 parent 44b5295 commit b432206

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
{
2-
"name": "react-native-nested-scroll-view",
2+
"name": "@react-native-oh-tpl/react-native-nested-scroll-view",
33
"version": "9.0.0-0.0.1",
44
"description": "React Native ScrollView replacement with NestedScrollView",
55
"main": "index.js",
66
"keywords": [
7-
"android",
87
"react-native",
98
"nested-scroll"
109
],
10+
"harmony": {
11+
"alias": "react-native-nested-scroll-view"
12+
},
1113
"author": "Cesar Augusto <cesardeazevedo@outlook.com>",
1214
"license": "MIT",
1315
"dependencies": {
14-
"fbjs": "^3.0.5"
16+
"fbjs": "^3.0.5",
17+
"react-native-nested-scroll-view": "^9.0.0"
1518
}
1619
}

0 commit comments

Comments
 (0)