Skip to content

Commit

Permalink
chore: update readme and ship (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Didenko authored Feb 15, 2024
1 parent 6464f3b commit 3f6cc6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Uploadcare JavaScript/TypeScript API clients for Node.js and browsers. Handles u
* [**@uploadcare/upload-client**](./packages/upload-client/README.md)
* [**@uploadcare/rest-client**](./packages/rest-client/README.md)
* [**@uploadcare/signed-uploads**](./packages/signed-uploads/README.md)
* [**@uploadcare/image-shrink**](./packages/image-shrink/README.md)

## Security issues

Expand Down
3 changes: 2 additions & 1 deletion ship.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ export default {
packagesToPublish: [
'packages/upload-client',
'packages/rest-client',
'packages/signed-uploads'
'packages/signed-uploads',
'packages/image-shrink'
]
},
publishCommand: ({ defaultCommand }) => `${defaultCommand} --access public`,
Expand Down

0 comments on commit 3f6cc6e

Please sign in to comment.