Skip to content

Commit ee95903

Browse files
authored
chore: add repository informatino for npm (#542)
* chore: add repository informatino for npm * changeset * fixup
1 parent da3f3cc commit ee95903

File tree

15 files changed

+163
-19
lines changed

15 files changed

+163
-19
lines changed

.changeset/good-tigers-study.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
'@rock-js/plugin-brownfield-android': patch
3+
'@rock-js/platform-apple-helpers': patch
4+
'@rock-js/plugin-brownfield-ios': patch
5+
'@rock-js/platform-android': patch
6+
'@rock-js/provider-github': patch
7+
'@rock-js/welcome-screen': patch
8+
'@rock-js/plugin-repack': patch
9+
'@rock-js/platform-ios': patch
10+
'@rock-js/plugin-metro': patch
11+
'@rock-js/provider-s3': patch
12+
'create-rock': patch
13+
'@rock-js/config': patch
14+
'@rock-js/tools': patch
15+
'rock': patch
16+
---
17+
18+
chore: add repository informatino for npm

packages/cli/package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,14 @@
3737
},
3838
"publishConfig": {
3939
"access": "public"
40-
}
40+
},
41+
"repository": {
42+
"type": "git",
43+
"url": "https://github.com/callstack/rock.git",
44+
"directory": "packages/cli"
45+
},
46+
"homepage": "https://rockjs.dev",
47+
"bugs": "https://github.com/callstack/rock/issues",
48+
"license": "MIT",
49+
"author": "Callstack <[email protected]>"
4150
}

packages/config/package.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,20 @@
2323
"joi": "^17.13.3",
2424
"tslib": "^2.3.0"
2525
},
26-
"publishConfig": {
27-
"access": "public"
28-
},
2926
"devDependencies": {
3027
"@types/babel__code-frame": "^7.0.6",
3128
"@rock-js/test-helpers": "^0.10.1"
32-
}
29+
},
30+
"publishConfig": {
31+
"access": "public"
32+
},
33+
"repository": {
34+
"type": "git",
35+
"url": "https://github.com/callstack/rock.git",
36+
"directory": "packages/config"
37+
},
38+
"homepage": "https://rockjs.dev",
39+
"bugs": "https://github.com/callstack/rock/issues",
40+
"license": "MIT",
41+
"author": "Callstack <[email protected]>"
3342
}

packages/create-app/package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,14 @@
3535
},
3636
"publishConfig": {
3737
"access": "public"
38-
}
38+
},
39+
"repository": {
40+
"type": "git",
41+
"url": "https://github.com/callstack/rock.git",
42+
"directory": "packages/create-app"
43+
},
44+
"homepage": "https://rockjs.dev",
45+
"bugs": "https://github.com/callstack/rock/issues",
46+
"license": "MIT",
47+
"author": "Callstack <[email protected]>"
3948
}

packages/platform-android/package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,14 @@
3131
},
3232
"publishConfig": {
3333
"access": "public"
34-
}
34+
},
35+
"repository": {
36+
"type": "git",
37+
"url": "https://github.com/callstack/rock.git",
38+
"directory": "packages/platform-android"
39+
},
40+
"homepage": "https://rockjs.dev",
41+
"bugs": "https://github.com/callstack/rock/issues",
42+
"license": "MIT",
43+
"author": "Callstack <[email protected]>"
3544
}

packages/platform-apple-helpers/package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,14 @@
3232
},
3333
"publishConfig": {
3434
"access": "public"
35-
}
35+
},
36+
"repository": {
37+
"type": "git",
38+
"url": "https://github.com/callstack/rock.git",
39+
"directory": "packages/platform-apple-helpers"
40+
},
41+
"homepage": "https://rockjs.dev",
42+
"bugs": "https://github.com/callstack/rock/issues",
43+
"license": "MIT",
44+
"author": "Callstack <[email protected]>"
3645
}

packages/platform-ios/package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,14 @@
3030
},
3131
"publishConfig": {
3232
"access": "public"
33-
}
33+
},
34+
"repository": {
35+
"type": "git",
36+
"url": "https://github.com/callstack/rock.git",
37+
"directory": "packages/platform-ios"
38+
},
39+
"homepage": "https://rockjs.dev",
40+
"bugs": "https://github.com/callstack/rock/issues",
41+
"license": "MIT",
42+
"author": "Callstack <[email protected]>"
3443
}

packages/plugin-brownfield-android/package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@
2929
"@react-native-community/cli-types": "^20.0.0"
3030
},
3131
"publishConfig": {
32-
"access": "restricted"
33-
}
32+
"access": "public"
33+
},
34+
"repository": {
35+
"type": "git",
36+
"url": "https://github.com/callstack/rock.git",
37+
"directory": "packages/plugin-brownfield-android"
38+
},
39+
"homepage": "https://rockjs.dev",
40+
"bugs": "https://github.com/callstack/rock/issues",
41+
"license": "MIT",
42+
"author": "Callstack <[email protected]>"
3443
}

packages/plugin-brownfield-ios/package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@
2929
"@rock-js/config": "^0.10.1"
3030
},
3131
"publishConfig": {
32-
"access": "restricted"
33-
}
32+
"access": "public"
33+
},
34+
"repository": {
35+
"type": "git",
36+
"url": "https://github.com/callstack/rock.git",
37+
"directory": "packages/plugin-brownfield-ios"
38+
},
39+
"homepage": "https://rockjs.dev",
40+
"bugs": "https://github.com/callstack/rock/issues",
41+
"license": "MIT",
42+
"author": "Callstack <[email protected]>"
3443
}

packages/plugin-metro/package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,14 @@
3636
},
3737
"publishConfig": {
3838
"access": "public"
39-
}
39+
},
40+
"repository": {
41+
"type": "git",
42+
"url": "https://github.com/callstack/rock.git",
43+
"directory": "packages/plugin-metro"
44+
},
45+
"homepage": "https://rockjs.dev",
46+
"bugs": "https://github.com/callstack/rock/issues",
47+
"license": "MIT",
48+
"author": "Callstack <[email protected]>"
4049
}

0 commit comments

Comments
 (0)