From 008ebad67734304887e96cdd95a033a5495fbc0a Mon Sep 17 00:00:00 2001 From: Gilad Peleg Date: Tue, 19 May 2015 13:02:24 +0300 Subject: [PATCH] update license attribute specifying the type and URL is deprecated: https://docs.npmjs.com/files/package.json#license http://npm1k.org/ --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 1d9b40c..b1646aa 100644 --- a/package.json +++ b/package.json @@ -32,8 +32,5 @@ "scripts": { "test": "nodeunit tests/runner.js" }, - "licenses": [{ - "type" : "MIT", - "url" : "http://github.com/ryanmcgrath/wrench-js/raw/master/LICENSE" - }] + "license": "MIT" }