diff --git a/package-lock.json b/package-lock.json index 4889fcf..8903929 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "nwex.de", "version": "1.0.0", - "license": "UNLICENSED", + "license": "BSD-2-Clause", "dependencies": { "typescript": "^5.2.2" }, diff --git a/package.json b/package.json index 1a78c98..e2d111e 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://gitlab.upi.li/networkException/nwex.de" }, "author": "networkException", - "license": "UNLICENSED", + "license": "BSD-2-Clause", "devDependencies": { "@typescript-eslint/eslint-plugin": "^6.4.1", "concurrently": "^8.2.1",