From fc607d0cb768fed7afe5728db785d9057a54d835 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Mon, 26 Dec 2022 23:43:01 -0500 Subject: [PATCH] Specify only in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 363bac6..c871895 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "lint:fix": "eslint src test --fix" }, "author": "Ajay Ramachandran", - "license": "AGPL-3.0", + "license": "AGPL-3.0-only", "dependencies": { "axios": "^1.1.3", "better-sqlite3": "^8.0.1",