From 035f9481f51393694bba5be14508560ff4548e36 Mon Sep 17 00:00:00 2001 From: Jim Cresswell Date: Mon, 26 Feb 2024 16:21:07 +0000 Subject: [PATCH] chore: remove duplicate licence field The package.json had two licence fields, which caused npm to display the incorrect licence type --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 48ee0ce6..d915edc1 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,6 @@ "publish:local": "npm run build && yalc publish --no-scripts" }, "author": "", - "license": "ISC", "peerDependencies": { "next": "13.4.4 - 14", "next-cloudinary": "^5.20.0",