From 790b8ef7380cd39d678d280540fe6b8003465113 Mon Sep 17 00:00:00 2001 From: evanvosberg Date: Thu, 28 May 2015 22:00:19 +0200 Subject: [PATCH] Update license attribute see: https://docs.npmjs.com/files/package.json#license; thanks to @pdehaan. --- package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index f60047a..70c0aec 100644 --- a/package.json +++ b/package.json @@ -15,12 +15,7 @@ "bugs": { "url": "http://github.com/brix/crypto-js/issues" }, - "licenses": [ - { - "type": "MIT", - "url": "http://opensource.org/licenses/MIT" - } - ], + "license": "MIT", "scripts": { "build": "grunt build", "check": "grunt default"