Skip to content

Commit 51a0ff5

Browse files
committed
chore: fix publishConfig
1 parent 2464329 commit 51a0ff5

File tree

7 files changed

+17
-23
lines changed

7 files changed

+17
-23
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"commit": false,
55
"fixed": [],
66
"linked": [],
7-
"access": "restricted",
7+
"access": "public",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
1010
"ignore": []

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ defaults:
1414
working-directory: ./docs
1515

1616
jobs:
17-
test-deploy:
17+
test-docusaurus-build:
1818
if: github.event_name != 'push'
1919
runs-on: ubuntu-latest
2020
steps:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# react-native-documents
22

3-
A set of React Native modules for document picker and viewer.
3+
A set of React Native modules for document picking and viewing.
44

5-
Thank you for sponsoring this project. Your support is greatly appreciated!!!
5+
If this is useful to you, consider [saying thanks](https://github.com/sponsors/vonovak). Your support is greatly appreciated!!!

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-documents",
3-
"private": true,
3+
"private": false,
44
"description": "A react native interface to access documents from dropbox, google drive, iCloud...",
55
"scripts": {
66
"build": "yarn workspaces foreach -A -p run prepare",
@@ -29,13 +29,12 @@
2929
"author": "Vojtech Novak (hello@react-native-training.eu)",
3030
"license": "see LICENSE file",
3131
"bugs": {
32-
"url": "https://github.com/react-native-documents/sponsors-only/issues"
32+
"url": "https://github.com/react-native-documents/document-picker/issues"
3333
},
34-
"repository": "https://github.com/react-native-documents/sponsors-only",
35-
"homepage": "https://github.com/react-native-documents/sponsors-only#readme",
34+
"repository": "https://github.com/react-native-documents/document-picker",
35+
"homepage": "https://github.com/react-native-documents/document-picker#readme",
3636
"publishConfig": {
37-
"registry": "https://npm.pkg.github.com",
38-
"access": "restricted"
37+
"access": "public"
3938
},
4039
"engines": {
4140
"node": ">= 19.0.0"

packages/document-picker/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,16 @@
4848
],
4949
"repository": {
5050
"type": "git",
51-
"url": "git+https://github.com/react-native-documents/sponsors-only.git"
51+
"url": "git+https://github.com/react-native-documents/document-picker.git"
5252
},
5353
"author": "Vojtech Novak (hello@react-native-training.eu)",
5454
"license": "see LICENSE file",
5555
"bugs": {
56-
"url": "https://github.com/react-native-documents/sponsors-only/issues"
56+
"url": "https://github.com/react-native-documents/document-picker/issues"
5757
},
58-
"homepage": "https://github.com/react-native-documents/sponsors-only#readme",
58+
"homepage": "https://github.com/react-native-documents/document-picker#readme",
5959
"publishConfig": {
60-
"registry": "https://npm.pkg.github.com",
61-
"access": "restricted"
60+
"access": "public"
6261
},
6362
"devDependencies": {
6463
"@tsconfig/node18": "^18.2.4",

packages/document-viewer/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,16 @@
4646
],
4747
"repository": {
4848
"type": "git",
49-
"url": "git+https://github.com/react-native-documents/sponsors-only.git"
49+
"url": "git+https://github.com/react-native-documents/document-picker.git"
5050
},
5151
"author": "Vojtech Novak (hello@react-native-training.eu)",
5252
"license": "see LICENSE file",
5353
"bugs": {
54-
"url": "https://github.com/react-native-documents/sponsors-only/issues"
54+
"url": "https://github.com/react-native-documents/document-picker/issues"
5555
},
56-
"homepage": "https://github.com/react-native-documents/sponsors-only#readme",
56+
"homepage": "https://github.com/react-native-documents/document-picker#readme",
5757
"publishConfig": {
58-
"registry": "https://npm.pkg.github.com",
59-
"access": "restricted"
58+
"access": "public"
6059
},
6160
"devDependencies": {
6261
"@tsconfig/node18": "^18.2.4",

packages/example/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@
2626
"url": "https://github.com/react-native-documents/sponsors-only/issues"
2727
},
2828
"homepage": "https://github.com/react-native-documents/sponsors-only#readme",
29-
"publishConfig": {
30-
"registry": "https://npm.pkg.github.com"
31-
},
3229
"devDependencies": {
3330
"@react-native-community/cli": "^14.1.1",
3431
"@react-native/metro-config": "^0.76.2",

0 commit comments

Comments
 (0)