Skip to content

Commit

Permalink
0.1.73
Browse files Browse the repository at this point in the history
  • Loading branch information
ug.rp committed May 17, 2024
1 parent 07f9ad7 commit d191277
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.72",
"version": "0.1.73",
"type": "module",
"main": "dist/r4.js",
"exports": {
".": "./dist/r4.js",
"./style": "./dist/style.css"
},
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier src --write",
Expand Down

0 comments on commit d191277

Please sign in to comment.