From f32fff20d89ea82ceada27a3c0854929e8c25866 Mon Sep 17 00:00:00 2001 From: Juri Leino Date: Sun, 20 Jun 2021 14:28:16 +0200 Subject: [PATCH] fix version in package.json --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4bcc61c..47b13a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "version": "3.0.3-SNAPSHOT", - "license": "LGPL-2.1-only", + "license": "LGPL-2.1", "dependencies": { "admin-lte": "^2.4.18", "datatables.net-responsive": "^2.2.9", diff --git a/package.json b/package.json index ca0be1a..b3ac731 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "expath" ], "author": "exist-db", - "license": "LGPL-2.1-only", + "license": "LGPL-2.1", "bugs": { "url": "https://github.com/eXist-db/monex/issues" },