Skip to content

Commit 3ae454c

Browse files
author
Chris Hatch
committed
dependencies update from 'npm audit fix'
1 parent 9c155a6 commit 3ae454c

File tree

2 files changed

+44
-44
lines changed

2 files changed

+44
-44
lines changed

package-lock.json

Lines changed: 41 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
"deploy-ropsten": "npm run prepare && truffle migrate --network ropsten",
1818
"prepare": "npm run publish-abi && npm run test",
1919
"prepublish": "npm run publish-abi",
20-
"publish-abi":
21-
"rm -rf build/ && truffle compile && cp build/contracts/HashedTimelock*.json abi/",
20+
"publish-abi": "rm -rf build/ && truffle compile && cp build/contracts/HashedTimelock*.json abi/",
2221
"test": "truffle test"
2322
},
2423
"keywords": [
@@ -27,11 +26,10 @@
2726
"solidity",
2827
"smart-contract"
2928
],
30-
"homepage":
31-
"https://github.com/chatch/hashed-timelock-contract-ethereum#README.md",
29+
"homepage": "https://github.com/chatch/hashed-timelock-contract-ethereum#README.md",
3230
"dependencies": {
3331
"babel-polyfill": "^6.26.0",
34-
"babel-preset-env": "^1.6.1",
32+
"babel-preset-env": "^1.7.0",
3533
"babel-register": "^6.26.0",
3634
"openzeppelin-solidity": "^1.9.0"
3735
},

0 commit comments

Comments
 (0)