diff options
Diffstat (limited to 'deno.json')
| -rw-r--r-- | deno.json | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ "animgen": "deno run --allow-write=src/routes/anim.css --allow-write=src/routes/no-anim.css --allow-env --allow-read --allow-run src/routes/anim-gen.ts | esbuild --loader=css >src/routes/anim.css" }, "importMap": "./import_map.json", - "license": "AGPL-3.0-or-later", + "license": "AGPL-1.0-only", "fmt": { "singleQuote": true }, |