From f67bc7eab952189c46e9418b8a4360e6564446b0 Mon Sep 17 00:00:00 2001 From: Nathan Baker Date: Tue, 27 Nov 2018 09:19:53 -0600 Subject: [PATCH] match license field to LICENSE file, fixed #1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7f2da64..7ecbb43 100644 --- a/package.json +++ b/package.json @@ -23,9 +23,9 @@ "typescript" ], "author": "Hipparchus", - "license": "ISC", + "license": "MIT", "bugs": { "url": "https://github.com/Hipparch/Md5-typescript/issues" }, "homepage": "https://github.com/Hipparch/Md5-typescript#readme" -} \ No newline at end of file +}