Skip to content

Commit

Permalink
Release 0.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarrough committed May 11, 2024
1 parent 5d379ec commit da5590b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "@radio4000/sdk",
"version": "0.4.10",
"version": "0.4.11",
"description": "JavaScript client for Radio4000 for the browser and node",
"type": "module",
"files": ["dist"],
"files": [
"dist"
],
"module": "./dist/sdk.js",
"exports": {
".": {
Expand Down Expand Up @@ -43,7 +45,11 @@
"url": "https://github.com/radio4000/sdk/issues"
},
"homepage": "https://github.com/radio4000/sdk#readme",
"keywords": ["radio4000", "supabase", "sdk"],
"keywords": [
"radio4000",
"supabase",
"sdk"
],
"prettier": {
"semi": false,
"singleQuote": true,
Expand Down

0 comments on commit da5590b

Please sign in to comment.