NPM: Fix license attribute in package config
This commit is contained in:
parent
4cb8d4cc6f
commit
d7891d2e11
2 changed files with 2 additions and 2 deletions
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -7,7 +7,7 @@
|
|||
"": {
|
||||
"name": "nwex.de",
|
||||
"version": "1.0.0",
|
||||
"license": "UNLICENSED",
|
||||
"license": "BSD-2-Clause",
|
||||
"dependencies": {
|
||||
"typescript": "^5.2.2"
|
||||
},
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue