Skip to content

Commit

Permalink
feat: remove unused packages
Browse files Browse the repository at this point in the history
Signed-off-by: Raymond Feng <enjoyjava@gmail.com>
  • Loading branch information
raymondfeng committed Dec 26, 2023
1 parent e363ffa commit c3aa38c
Show file tree
Hide file tree
Showing 174 changed files with 921 additions and 194,734 deletions.
2 changes: 1 addition & 1 deletion examples/ethers-v5-nodenext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@collabland/typechain-ethers-v5": "workspace:^11.1.2",
"@types/bn.js": "^5.1.0",
"ts-node": "^10.7.0",
"typechain": "workspace:^8.3.2",
"@collabland/typechain": "workspace:^8.3.2",
"typescript": "^4.9.5"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/ethers-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@collabland/typechain-ethers-v5": "workspace:^11.1.2",
"@types/bn.js": "^5.1.0",
"ts-node": "^10.7.0",
"typechain": "workspace:^8.3.2",
"@collabland/typechain": "workspace:^8.3.2",
"typescript": "^4.9.5"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/ethers-v6-nodenext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@collabland/typechain-ethers-v6": "workspace:^0.5.1",
"@types/bn.js": "^5.1.0",
"ts-node": "^10.7.0",
"typechain": "workspace:^8.3.2",
"@collabland/typechain": "workspace:^8.3.2",
"typescript": "^4.7"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/ethers-v6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@collabland/typechain-ethers-v6": "workspace:^0.5.1",
"@types/bn.js": "^5.1.0",
"ts-node": "^10.7.0",
"typechain": "workspace:^8.3.2",
"@collabland/typechain": "workspace:^8.3.2",
"typescript": "^4.7"
},
"dependencies": {
Expand Down
19 changes: 0 additions & 19 deletions examples/hardhat-truffe-v5/README.md

This file was deleted.

37 changes: 0 additions & 37 deletions examples/hardhat-truffe-v5/contracts/Counter.sol

This file was deleted.

15 changes: 0 additions & 15 deletions examples/hardhat-truffe-v5/hardhat.config.ts

This file was deleted.

43 changes: 0 additions & 43 deletions examples/hardhat-truffe-v5/package.json

This file was deleted.

52 changes: 0 additions & 52 deletions examples/hardhat-truffe-v5/test/counter.ts

This file was deleted.

12 changes: 0 additions & 12 deletions examples/hardhat-truffe-v5/tsconfig.json

This file was deleted.

2 changes: 1 addition & 1 deletion examples/hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@ethersproject/abi": "5.4.0",
"hardhat": "^2.9.9",
"ts-node": "^10.7.0",
"typechain": "workspace:^8.3.2",
"@collabland/typechain": "workspace:^8.3.2",
"typescript": "^4.9.5"
},
"dependencies": {}
Expand Down
71 changes: 0 additions & 71 deletions examples/truffle-v5/CHANGELOG.md

This file was deleted.

22 changes: 0 additions & 22 deletions examples/truffle-v5/LICENSE

This file was deleted.

27 changes: 0 additions & 27 deletions examples/truffle-v5/README.md

This file was deleted.

8 changes: 0 additions & 8 deletions examples/truffle-v5/contracts/ConvertLib.sol

This file was deleted.

34 changes: 0 additions & 34 deletions examples/truffle-v5/contracts/MetaCoin.sol

This file was deleted.

Loading

0 comments on commit c3aa38c

Please sign in to comment.