Skip to content

Commit

Permalink
0.1.48
Browse files Browse the repository at this point in the history
  • Loading branch information
ug.rp committed Apr 22, 2024
1 parent fdbec97 commit 3720bb3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@
"name": "@radio4000/components",
"description": "Web components for radio4000.com",
"private": false,
"version": "0.1.47",
"version": "0.1.48",
"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 3720bb3

Please sign in to comment.