From 349c1bbe0ed0460c1d2e237e859adae0c6a669e3 Mon Sep 17 00:00:00 2001 From: Tim Klever Date: Fri, 26 May 2023 11:23:40 -0700 Subject: [PATCH] Update package.json license Updating the package.json file to reflect the license in the README --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 086525a..5976477 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "CSS value parser", "keywords": ["css", "parser", "value"], "author": "TJ Holowaychuk ", + "license": "MIT", "repository": { "type": "git", "url": "git://github.com/visionmedia/css-value.git"