From 5d8c4a685177c4fd6772fc18c2540a9718770f6a Mon Sep 17 00:00:00 2001 From: digitalfrost Date: Mon, 5 Nov 2018 21:33:52 +0000 Subject: [PATCH] fix no license warning --- package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index 33c1930..b3ea106 100644 --- a/package.json +++ b/package.json @@ -15,12 +15,7 @@ "bugs": { "url": "https://github.com/axemclion/grunt-saucelabs/issues" }, - "licenses": [ - { - "type": "MIT", - "url": "https://github.com/axemclion/grunt-saucelabs/blob/master/LICENSE-MIT" - } - ], + "license": "MIT", "engines": { "node": ">=0.6", "npm": ">=1.2.12"