Add publisher/copyright

This commit is contained in:
Gregory Schier
2024-09-16 06:45:42 -07:00
parent a55e27ec20
commit d70c8be85d
3 changed files with 8 additions and 2 deletions

View File

@@ -3,6 +3,10 @@
"private": true,
"version": "0.0.0",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/yaakapp/app.git"
},
"scripts": {
"start": "npm run tauri-dev:desktop",
"tauri-dev:desktop": "tauri dev --no-watch --config ./src-tauri/tauri-dev.conf.json",