From 85eabc740836043ffd37ed082703e04163b2d1f3 Mon Sep 17 00:00:00 2001 From: Robert Reiz Date: Tue, 26 Jul 2016 08:20:45 +0200 Subject: [PATCH] Add MIT license to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 02417cf..624ea72 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "mock-request", "description": "A simple testing tool for mocking HTTP sequences of request / response pairs in node.js", "version": "0.1.2", + "license": "MIT", "author": "Nodejitsu Inc. ", "maintainers": [ "indexzero "