From 2a92e8f672cb795ea58c250c909e43459d9f3d7d Mon Sep 17 00:00:00 2001 From: Lorenz Leutgeb Date: Wed, 17 Apr 2024 19:04:09 +0200 Subject: [PATCH] fix: SPDX identifier for license in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 112584d6..924f7942 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vanilla", "main": "index.js", "version": "1.0.0", - "license": "AGPL-3.0", + "license": "AGPL-3.0-or-later", "scripts": { "build": "webpack --mode production", "lint": "yarn run eslint templates",