From 0a12abda26f5bbe817b8ae83c4d3172c24f001af Mon Sep 17 00:00:00 2001 From: Geoffroy Empain Date: Mon, 25 Jan 2021 15:24:47 +0100 Subject: [PATCH] chore: set license in npm package --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d7b3a2e..cb04e03 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "lint:fix": "eslint ./src --ext .js,.jsx,.ts,.tsx --fix" }, "author": "Charlie Bravo SRL", - "license": "UNLICENSED", + "license": "MIT", "dependencies": { "axios": "^0.21.1", "chalk": "^4.1.0",