update license identifier in package.json

This commit is contained in:
erin 2023-09-05 21:40:39 -04:00
parent 3805dcdbb0
commit 458798b504
Signed by: erin
SSH key fingerprint: SHA256:swjoHhREbZPbWe+gyJNi24d4NAxJSyUIm3fpZj4z3wc
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View file

@ -7,7 +7,7 @@
"": {
"name": "webring-shit",
"version": "1.0.0",
"license": "ISC"
"license": "WTFPL"
}
}
}

View file

@ -8,5 +8,5 @@
},
"keywords": [],
"author": "",
"license": "ISC"
"license": "WTFPL"
}