From 6e3e81766fcefe3bdfaf5130585d9da0ff9cc167 Mon Sep 17 00:00:00 2001 From: anton-marchenko Date: Tue, 4 Feb 2020 17:55:18 +0300 Subject: [PATCH] Chore: change licence to MIT --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ed50352..1468c0c 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "test:coverage": "jest --verbose --watchAll --detectOpenHandles --coverage" }, "author": "Anton Marchenko", - "license": "ISC", + "license": "MIT", "dependencies": { "@hapi/joi": "^17.1.0", "bcrypt": "^3.0.7",