From 8950a929894a370e17e8c8bbecb87d3b63e4ff42 Mon Sep 17 00:00:00 2001 From: alexn707 Date: Fri, 28 Feb 2025 09:00:49 +0300 Subject: [PATCH] Update package.json --- src/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/package.json b/src/package.json index 0fc2ccc0..2effb05b 100644 --- a/src/package.json +++ b/src/package.json @@ -1,10 +1,10 @@ { "release": { - "version": "14" + "version": "1" }, - "name": "wg-easy", - "version": "1.0.1", - "description": "The easiest way to run WireGuard VPN + Web-based Admin UI.", + "name": "amnezia-wg-easy", + "version": "1.0.0", + "description": "The easiest way to run AmneziaWG VPN + Web-based Admin UI.", "main": "server.js", "scripts": { "serve": "DEBUG=Server,WireGuard npx nodemon server.js", @@ -12,8 +12,8 @@ "lint": "eslint .", "buildcss": "npx tailwindcss -i ./www/src/css/app.css -o ./www/css/app.css" }, - "author": "Emile Nijssen", - "license": "CC BY-NC-SA 4.0", + "author": "", + "license": "GPL", "dependencies": { "basic-auth": "^2.0.1", "bcryptjs": "^2.4.3",