From 4077ee0bae291d03bd69a4937bf13df6d78764fe Mon Sep 17 00:00:00 2001 From: Johannes Ewald Date: Mon, 20 Mar 2017 19:24:02 +0100 Subject: [PATCH] chore: fix package.json issues --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5b4386db..f3a89f0b 100644 --- a/package.json +++ b/package.json @@ -65,9 +65,9 @@ "type": "git", "url": "git://github.com/webpack-contrib/less-loader.git" }, - "licenses": "MIT", + "license": "MIT", "files": [ - "README", + "README.md", "LICENSE", "dist" ],