Skip to content

Commit

Permalink
Release 0.1.49
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarrough committed Apr 22, 2024
1 parent b913258 commit c12dd64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
"name": "@radio4000/components",
"description": "Web components for radio4000.com",
"private": false,
"version": "0.1.48",
"version": "0.1.49",
"type": "module",
"main": "dist/r4.js",
"exports": {
"default": "./dist/r4.js",
"styles": "./dist/style.js"
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier src --write",
Expand Down

0 comments on commit c12dd64

Please sign in to comment.