From ba1a3a6878265af83458999b3a884f5db1828fbd Mon Sep 17 00:00:00 2001 From: Swain Molster Date: Wed, 20 Oct 2021 15:50:50 -0400 Subject: [PATCH] fix: license as MIT --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 59d778b..25dc5c3 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "repository": "git@github.com:lifeomic/eslint-plugin-i18next.git", "author": "LifeOmic ", - "license": "UNLICENSED", + "license": "MIT", "publishConfig": { "access": "public" },