From 2463925f1382f46fd4eeb91a43def20d2b802de0 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Mon, 6 Oct 2014 08:53:26 +0300 Subject: [PATCH] Add license field to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index e39b61647..4ea60ab7e 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ , "description": "the complete solution for node.js command-line programs" , "keywords": ["command", "option", "parser", "prompt"] , "author": "TJ Holowaychuk " + , "license": "MIT" , "repository": { "type": "git", "url": "https://github.com/visionmedia/commander.js.git" } , "devDependencies": { "should": ">= 0.0.1" } , "scripts": { "test": "make test" }