From 5ceeecdcec66cf48bdf7de08b1c2fe625b3241c9 Mon Sep 17 00:00:00 2001 From: jummy123 Date: Wed, 26 Jan 2022 16:10:16 +0000 Subject: [PATCH] Add license to package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 934c7ecb..11687cf7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@traderjoe-xyz/rocket-joe", "version": "0.0.1", "description": "A launch platform for bootstrapping protocol-owned liquidity", - "license": "None", + "license": "MIT", "directories": { "test": "test" },