Skip to content

Commit

Permalink
Set up a pnpm workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed Apr 9, 2024
1 parent 6be9023 commit 6a6d449
Show file tree
Hide file tree
Showing 8 changed files with 6,511 additions and 8,838 deletions.
24 changes: 0 additions & 24 deletions contracts/dprint.json

This file was deleted.

12 changes: 3 additions & 9 deletions contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "bold",
"name": "bold-contracts",
"version": "1.0.0",
"description": "Bold decentralized stablecoin",
"main": "index.js",
Expand All @@ -11,15 +11,10 @@
"format": "forge fmt && dprint fmt",
"coverage": "hardhat coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liquity/bold.git"
},
"repository": "github:liquity/bold",
"author": "Liquity AG",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/liquity/bold/issues"
},
"bugs": "https://github.com/liquity/bold/issues",
"homepage": "https://github.com/liquity/bold#readme",
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^1.0.0",
Expand All @@ -38,7 +33,6 @@
"@types/mocha": ">=9.1.0",
"chai": "^4.2.0",
"decimal.js": "^10.4.3",
"dprint": "^0.45.0",
"hardhat": "^2.14.0",
"hardhat-gas-reporter": "^1.0.8",
"solidity-coverage": "^0.8.8",
Expand Down
Loading

0 comments on commit 6a6d449

Please sign in to comment.