1
0
mirror of synced 2025-10-28 18:19:17 +00:00

first release :)

This commit is contained in:
Valentin
2023-09-17 11:54:48 +02:00
parent 5e9d81a468
commit a01c70e4a5

View File

@@ -1,6 +1,6 @@
{ {
"name": "accessgate", "name": "accessgate",
"version": "0.0.1", "version": "1.0.0",
"description": "Centralized, self-hosted management panel for access via ssh keys", "description": "Centralized, self-hosted management panel for access via ssh keys",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@@ -11,7 +11,7 @@
"url": "git+https://github.com/itsmrval/accessgate.git" "url": "git+https://github.com/itsmrval/accessgate.git"
}, },
"author": "itsmrval", "author": "itsmrval",
"license": "GPL-3.0-or-later", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/itsmrval/accessgate/issues" "url": "https://github.com/itsmrval/accessgate/issues"
}, },