Skip to content

Commit d7b720f

Browse files
committed
fix(ci): add provenance information to package.json files
1 parent 879ab3a commit d7b720f

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

packages/brownie/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"Oskar Kwasniewski <[email protected]>"
1212
],
1313
"homepage": "https://github.com/callstack/react-native-brownfield",
14+
"repository": {
15+
"url": "https://github.com/callstack/react-native-brownfield"
16+
},
1417
"description": "Shared state management between React Native and Native apps",
1518
"main": "lib/commonjs/index",
1619
"module": "lib/module/index",

packages/cli/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"Oskar Kwasniewski <[email protected]>"
1313
],
1414
"homepage": "https://github.com/callstack/react-native-brownfield",
15+
"repository": {
16+
"url": "https://github.com/callstack/react-native-brownfield"
17+
},
1518
"description": "Brownfield CLI for React Native, gathering all packages of the RN brownfield ecosystem",
1619
"exports": {
1720
".": {

packages/react-native-brownfield/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"Piotr Drapich <[email protected]>"
1111
],
1212
"homepage": "https://github.com/callstack/react-native-brownfield",
13+
"repository": {
14+
"url": "https://github.com/callstack/react-native-brownfield"
15+
},
1316
"description": "Brownfield helpers for React Native",
1417
"main": "lib/commonjs/index",
1518
"module": "lib/module/index",

0 commit comments

Comments
 (0)