diff --git a/package.json b/package.json index 44f2843..4e17985 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "js", "node" ], - "license": "AGPL-3.0", + "license": "AGPL-3.0-only", "scripts": { "build": "bun run build.js", "test": "echo \"Error: no test specified\" && exit 1", diff --git a/server/package.json b/server/package.json index 7bcf1d5..4705839 100644 --- a/server/package.json +++ b/server/package.json @@ -23,7 +23,7 @@ "node", "hcaptcha" ], - "license": "AGPL-3.0", + "license": "AGPL-3.0-only", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "npm:publish": "sudo npm publish --access public" diff --git a/widget/package.json b/widget/package.json index b8208a3..52fd7b5 100644 --- a/widget/package.json +++ b/widget/package.json @@ -21,7 +21,7 @@ "type": "git", "url": "git+https://github.com/tiagorangel1/cap.git" }, - "license": "AGPL-3.0", + "license": "AGPL-3.0-only", "author": "Tiago Rangel", "type": "commonjs", "main": "cap.min.js",