Add license for GUI app

This commit is contained in:
aet
2022-01-02 01:08:19 -05:00
parent c41ff54c89
commit 2720f5c041
3 changed files with 695 additions and 3 deletions

View File

@ -3,7 +3,7 @@
"version": "1.0.0",
"main": "dist/main/index.js",
"author": "proteria",
"license": "GPL-3.0-only",
"license": "GPL-3.0-or-later",
"description": "OnePassword local vault viewer",
"scripts": {
"dev": "concurrently vite npm:start",
@ -42,4 +42,4 @@
"typescript": "^4.5.4",
"vite": "^2.7.3"
}
}
}