feat: version and issue url

This commit is contained in:
2023-09-22 14:15:01 +02:00
parent 4cd9ce536d
commit f03b4d586b
7 changed files with 75 additions and 0 deletions

View File

@@ -3,6 +3,14 @@
"version": "0.5.0",
"license": "AGPL-3.0-or-later",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/Theaninova/amacc1ng.git"
},
"homepage": "https://github.com/Theaninova/amacc1ng",
"bugs": {
"url": "https://github.com/Theaninova/amacc1ng/issues"
},
"scripts": {
"dev": "npm-run-all --parallel vite typesafe-i18n",
"dev:tauri": "tauri dev",