This commit is contained in:
Thomas Rupprecht 2023-09-13 20:37:32 +02:00
parent 8410af011b
commit 812a1b6110
4 changed files with 5 additions and 4 deletions

View File

@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file.
- Add `eslint` with `unicorn`, `jsdoc`, `no-unsanitized` plugins
- Import `extension.css` as layer via css
- Update git url from `gitea.usrspace.at` to `git.usrspace.at`
### 🐛 Bug Fixes

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "usrspace-browser-addon",
"version": "0.9.3",
"version": "0.9.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "usrspace-browser-addon",
"version": "0.9.3",
"version": "0.9.4",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

View File

@ -1,7 +1,7 @@
{
"name": "usrspace-browser-addon",
"description": "WebExtension for the Hacker-/Maker-Space /usr/space",
"version": "0.9.3",
"version": "0.9.4",
"dependencies": {
"webextension-polyfill": "^0.10.0"
},

View File

@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "0.9.3",
"version": "0.9.4",
"icons": {
"48": "icons/favicon.svg",
"96": "icons/favicon.svg"