From 7004c678116e7ee3227d1a84d153e347ac9534ee Mon Sep 17 00:00:00 2001 From: Robert Reiz Date: Mon, 12 Jun 2017 12:14:42 +0200 Subject: [PATCH] Adding license info to the package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 6556f58..c8903e8 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "nomnom", "description": "Option parser with generated usage and commands", "version": "1.8.1", + "license": "MIT", "author": "Heather Arthur ", "scripts": { "test": "./node_modules/.bin/nodeunit test/*.js"