Skip to content

Commit

Permalink
chore: fix publishConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
vonovak committed Jan 21, 2025
1 parent 2464329 commit 51a0ff5
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defaults:
working-directory: ./docs

jobs:
test-deploy:
test-docusaurus-build:
if: github.event_name != 'push'
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# react-native-documents

A set of React Native modules for document picker and viewer.
A set of React Native modules for document picking and viewing.

Thank you for sponsoring this project. Your support is greatly appreciated!!!
If this is useful to you, consider [saying thanks](https://github.com/sponsors/vonovak). Your support is greatly appreciated!!!
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-documents",
"private": true,
"private": false,
"description": "A react native interface to access documents from dropbox, google drive, iCloud...",
"scripts": {
"build": "yarn workspaces foreach -A -p run prepare",
Expand Down Expand Up @@ -29,13 +29,12 @@
"author": "Vojtech Novak ([email protected])",
"license": "see LICENSE file",
"bugs": {
"url": "https://github.com/react-native-documents/sponsors-only/issues"
"url": "https://github.com/react-native-documents/document-picker/issues"
},
"repository": "https://github.com/react-native-documents/sponsors-only",
"homepage": "https://github.com/react-native-documents/sponsors-only#readme",
"repository": "https://github.com/react-native-documents/document-picker",
"homepage": "https://github.com/react-native-documents/document-picker#readme",
"publishConfig": {
"registry": "https://npm.pkg.github.com",
"access": "restricted"
"access": "public"
},
"engines": {
"node": ">= 19.0.0"
Expand Down
9 changes: 4 additions & 5 deletions packages/document-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,16 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/react-native-documents/sponsors-only.git"
"url": "git+https://github.com/react-native-documents/document-picker.git"
},
"author": "Vojtech Novak ([email protected])",
"license": "see LICENSE file",
"bugs": {
"url": "https://github.com/react-native-documents/sponsors-only/issues"
"url": "https://github.com/react-native-documents/document-picker/issues"
},
"homepage": "https://github.com/react-native-documents/sponsors-only#readme",
"homepage": "https://github.com/react-native-documents/document-picker#readme",
"publishConfig": {
"registry": "https://npm.pkg.github.com",
"access": "restricted"
"access": "public"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.4",
Expand Down
9 changes: 4 additions & 5 deletions packages/document-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,16 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/react-native-documents/sponsors-only.git"
"url": "git+https://github.com/react-native-documents/document-picker.git"
},
"author": "Vojtech Novak ([email protected])",
"license": "see LICENSE file",
"bugs": {
"url": "https://github.com/react-native-documents/sponsors-only/issues"
"url": "https://github.com/react-native-documents/document-picker/issues"
},
"homepage": "https://github.com/react-native-documents/sponsors-only#readme",
"homepage": "https://github.com/react-native-documents/document-picker#readme",
"publishConfig": {
"registry": "https://npm.pkg.github.com",
"access": "restricted"
"access": "public"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.4",
Expand Down
3 changes: 0 additions & 3 deletions packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
"url": "https://github.com/react-native-documents/sponsors-only/issues"
},
"homepage": "https://github.com/react-native-documents/sponsors-only#readme",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"devDependencies": {
"@react-native-community/cli": "^14.1.1",
"@react-native/metro-config": "^0.76.2",
Expand Down

0 comments on commit 51a0ff5

Please sign in to comment.