Skip to content

Commit

Permalink
Release 0.1.67
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarrough committed Apr 28, 2024
1 parent ab2a772 commit 9bd2b9c
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.66",
"version": "0.1.67",
"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 9bd2b9c

Please sign in to comment.