From 8c21ac9e95b01397524b3aae7032bcf2fab1eee5 Mon Sep 17 00:00:00 2001 From: Yandell Date: Fri, 4 Jul 2014 13:43:15 -0700 Subject: [PATCH] Adding the license to the package.json per https://www.npmjs.org/doc/package.json.html --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 7424823..9f34142 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "deep-diff", "description": "Javascript utility for calculating deep difference, capturing changes, and applying changes across objects; for nodejs and the browser.", "version": "0.1.7", + "license": "MIT", "keywords": [ "diff", "difference",