Skip to content

Commit eafcf6e

Browse files
committed
format
1 parent b28d48f commit eafcf6e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "clovers-contracts",
33
"version": "1.0.21",
4-
"description": "",
4+
"description": "Clovers Network contracts",
55
"main": "index.js",
66
"directories": {
77
"test": "test"
@@ -25,13 +25,18 @@
2525
"devDependencies": {
2626
"@gnosis.pm/util-contracts": "^2.0.1",
2727
"@nomiclabs/buidler": "^1.0.0-beta.13",
28+
"@nomiclabs/buidler-solhint": "^1.0.0-beta.13",
29+
"@nomiclabs/buidler-truffle4": "^1.0.0-beta.13",
2830
"@nomiclabs/buidler-truffle5": "^1.0.0-beta.13",
2931
"@nomiclabs/buidler-web3": "^1.0.0-beta.13",
32+
"@nomiclabs/buidler-web3-legacy": "^1.0.0-beta.13",
3033
"@openzeppelin/contracts": "v2.3.0",
34+
"@truffle/artifactor": "^4.0.33",
3135
"bancor-contracts": "github:bancorprotocol/contracts#973c9919e146a1b61297632f3253ee1c891462a9",
3236
"bignumber.js": "^9.0.0",
3337
"clovers-reversi": "^1.0.16",
3438
"dotenv": "^6.0.0",
39+
"ethers": "^4.0.37",
3540
"ganache-cli": "6.5.0",
3641
"truffle": "^4.1.13",
3742
"truffle-flattener": "^1.4.0",
@@ -41,10 +46,5 @@
4146
"zeppelin-solidity": "1.11.0"
4247
},
4348
"dependencies": {
44-
"@nomiclabs/buidler-solhint": "^1.0.0-beta.13",
45-
"@nomiclabs/buidler-truffle4": "^1.0.0-beta.13",
46-
"@nomiclabs/buidler-web3-legacy": "^1.0.0-beta.13",
47-
"@truffle/artifactor": "^4.0.33",
48-
"ethers": "^4.0.37"
4949
}
5050
}

0 commit comments

Comments
 (0)