From a56b951e7561fc3b6c535e774226bfc87f69b385 Mon Sep 17 00:00:00 2001 From: Robert Reiz Date: Mon, 18 Jul 2016 17:49:41 +0200 Subject: [PATCH] Add license info to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index eea9920..f70c3fb 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "Command-line progress bar and progress metrics. Helps you measure the 'pace' of a long-running script.", "version": "0.0.4", "homepage": "http://cantina.github.com", + "license": "MIT", "repository": { "type": "git", "url": "git://github.com/cpsubrian/pace.git"