Skip to content

Commit

Permalink
Merge pull request #131 from whereby/thomas/media-package-public
Browse files Browse the repository at this point in the history
media: Set publish config to public
  • Loading branch information
thyal authored Mar 25, 2024
2 parents 2a7ffb0 + 044a207 commit 1a8fefb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/two-rivers-lick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@whereby.com/media": minor
---

Set package to public
6 changes: 4 additions & 2 deletions packages/media/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "@whereby.com/media",
"description": "Media library for Whereby",
"version": "1.1.0",
"private": false,
"version": "1.0.0",
"license": "MIT",
"homepage": "https://github.com/whereby/sdk",
"repository": {
Expand All @@ -21,6 +20,9 @@
"format:fix": "prettier --write './**/*.{js,ts,yml,json}'",
"format:check": "prettier --check './**/*.{js,ts,yml,json}'"
},
"publishConfig": {
"access": "public"
},
"main": "./dist/index.esm.js",
"module": "./dist/index.esm.js",
"exports": {
Expand Down

0 comments on commit 1a8fefb

Please sign in to comment.