From 28d753177fdf771f854e4be9cde2b4237e38bb8c Mon Sep 17 00:00:00 2001 From: Robert Reiz Date: Tue, 26 Jul 2016 08:27:05 +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 371d5f4..888326b 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "Spies for the Chai assertion library.", "keywords": ["chai", "chai-plugin", "browser", "mocks-and-spies", "testing", "spies", "stubs", "mocks"], "version": "0.7.1", + "license": "MIT", "repository": { "type": "git", "url": "git://github.com/chaijs/chai-spies.git"