From 4a922a854d13819f2a2581c5e23af45728c8eab5 Mon Sep 17 00:00:00 2001 From: Gilad Peleg Date: Tue, 19 May 2015 13:44:31 +0300 Subject: [PATCH] update license attribute https://docs.npmjs.com/files/package.json#license http://npm1k.org/ --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dfcb83b..a12c9d7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ , "description" : "A wrapper around the imagemagick cli" , "version" : "0.1.3" , "author" : "Rasmus Andersson " -, "licenses" : ["MIT"] +, "license" : "MIT" , "repository" : { "type" : "git" , "url" : "http://github.com/rsms/node-imagemagick.git" } , "engine" : ["node >=0.6"]