diff options
author | elioat <hi@eli.li> | 2023-06-19 12:32:05 -0400 |
---|---|---|
committer | elioat <hi@eli.li> | 2023-06-19 12:32:05 -0400 |
commit | 821db84eb2161fd936420efc296cabad0ad156e6 (patch) | |
tree | f6bd9c058488732ae8079976435a3fb3f8398c21 | |
parent | 9dba2dd8a3d9ba72f60b9d3d297336e4406fa272 (diff) | |
download | tour-821db84eb2161fd936420efc296cabad0ad156e6.tar.gz |
*
-rw-r--r-- | js/blotbotboot/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/blotbotboot/package.json b/js/blotbotboot/package.json index be8d38b..3f0f1d1 100644 --- a/js/blotbotboot/package.json +++ b/js/blotbotboot/package.json @@ -6,8 +6,8 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "author": "", - "license": "ISC", + "author": "elioat", + "license": "UNLICENSE", "dependencies": { "irc": "^0.5.2" } |