NPM: Fix license attribute in package config

This commit is contained in:
networkException 2024-12-25 14:12:58 +01:00
parent 4cb8d4cc6f
commit d7891d2e11
Signed by: networkException
GPG key ID: E3877443AE684391
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View file

@ -7,7 +7,7 @@
"": { "": {
"name": "nwex.de", "name": "nwex.de",
"version": "1.0.0", "version": "1.0.0",
"license": "UNLICENSED", "license": "BSD-2-Clause",
"dependencies": { "dependencies": {
"typescript": "^5.2.2" "typescript": "^5.2.2"
}, },

View file

@ -10,7 +10,7 @@
"url": "https://gitlab.upi.li/networkException/nwex.de" "url": "https://gitlab.upi.li/networkException/nwex.de"
}, },
"author": "networkException", "author": "networkException",
"license": "UNLICENSED", "license": "BSD-2-Clause",
"devDependencies": { "devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.4.1", "@typescript-eslint/eslint-plugin": "^6.4.1",
"concurrently": "^8.2.1", "concurrently": "^8.2.1",