Skip to content

Commit e116083

Browse files
committed
pin dependency versions and fix linter
1 parent 9db5b8b commit e116083

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.solhint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"avoid-throw": false,
1313
"avoid-suicide": "error",
1414
"avoid-sha3": "warn",
15-
"indent": ["warn", 2]
15+
"indent": ["warn", 2],
16+
"reentrancy": false
1617
}
1718
}

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tpl-contracts",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"license": "MIT",
55
"description": "Solidity smart contract implementing TPL (the Transaction Layer Protocol).",
66
"homepage": "https://tplprotocol.org/",
@@ -28,10 +28,11 @@
2828
},
2929
"devDependencies": {
3030
"coveralls": "^3.0.2",
31+
"ganache-cli": "6.3.0",
3132
"solhint": "1.4.0",
32-
"solidity-coverage": "^0.5.11",
33+
"solidity-coverage": "0.5.11",
3334
"truffle": "5.0.0-beta.1",
34-
"web3": "^1.0.0-beta.36"
35+
"web3": "1.0.0-beta.37"
3536
},
3637
"dependencies": {
3738
"openzeppelin-solidity": "2.0.0"

0 commit comments

Comments
 (0)