From e2e08fc0cb9cf4cb7f3419e0d60047582f8f2daf Mon Sep 17 00:00:00 2001 From: jummy123 Date: Thu, 20 Jan 2022 16:39:12 +0000 Subject: [PATCH] Rename package; remove deploy files from package --- package.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 9f3b1119..4977ac81 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,12 @@ { - "name": "rocketjoe", + "name": "@traderjoe-xyz/rocket-joe", "version": "0.0.0", "description": "A launch platform for bootstrapping protocol-owned liquidity", "license": "None", "directories": { "test": "test" }, - "files": [ - "contracts", - "deploy", - "deployments", - "abi" - ], + "files": ["contracts", "abi"], "scripts": { "test": "hardhat test" },