Skip to content

Commit bd9cd07

Browse files
authored
Merge pull request #3 from delicacy001/sig
fix:修改react-native-performance源码package.json配置项
2 parents 0af27d8 + 5dd5636 commit bd9cd07

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

packages/react-native-performance/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@
33
"version": "5.1.2-0.0.1",
44
"description": "Measure React Native performance",
55
"homepage": "https://github.com/oblador/react-native-performance",
6-
"repository": {
7-
"type": "git",
8-
"url": "git://github.com/react-native-oh-library/react-native-performance.git",
9-
"directory": "packages/react-native-performance"
10-
},
6+
"repository": { "type": "git", "url": "https://github.com/react-native-oh-library/react-native-performance.git" },
7+
"publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" },
118
"harmony": {
129
"alias": "react-native-performance",
1310
"codegenConfig": {

0 commit comments

Comments
 (0)