aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-12-21 13:52:56 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-12-21 13:52:56 +0000
commitf4b697f0e4248ecbeb9606a113d602e28c740b38 (patch)
treecc7b33cac487f351e1b77ca44a5f7fcf2bd08d2b /package.json
parentda981411609e3d2cbd269ccae228fb9740970c5f (diff)
Add ISC license
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 055a7dc..0519db1 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
"start": "node -r dotenv/config app/index.mjs"
},
"author": "Leonardo Bishop",
- "license": "UNLICENSED",
+ "license": "ISC",
"dependencies": {
"dateformat": "^5.0.2",
"dotenv": "^10.0.0",