update license identifier in package.json

This commit is contained in:
Erin 2023-09-05 21:40:39 -04:00
parent f2f51b28fe
commit 124b3cb365
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View file

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

View file

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