We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0af27d8 + 5dd5636 commit bd9cd07Copy full SHA for bd9cd07
packages/react-native-performance/package.json
@@ -3,11 +3,8 @@
3
"version": "5.1.2-0.0.1",
4
"description": "Measure React Native performance",
5
"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
- },
+ "repository": { "type": "git", "url": "https://github.com/react-native-oh-library/react-native-performance.git" },
+ "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" },
11
"harmony": {
12
"alias": "react-native-performance",
13
"codegenConfig": {
0 commit comments