Skip to content

Commit

Permalink
Rename package; remove deploy files from package
Browse files Browse the repository at this point in the history
  • Loading branch information
jummy123 authored and cryptofish7 committed Jan 20, 2022
1 parent 3e4485d commit e2e08fc
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down

0 comments on commit e2e08fc

Please sign in to comment.