From 0b82f01b640e1e05721332179f2397e4405fe0bf Mon Sep 17 00:00:00 2001 From: Robert Reiz Date: Thu, 11 Mar 2021 10:53:59 +0100 Subject: [PATCH] Adding license info to the package.json Tools like VersionEye are using this information for license compliance reasons. Would be nice if the information is in the package.json. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ee95c88..b9280f5 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "expect.js" , "version": "0.3.1" , "description": "BDD style assertions for node and the browser." + , "license": "MIT" , "scripts": { "test": "mocha --require ./test/common --growl test/expect.js" }