Skip to content
This repository was archived by the owner on Jun 14, 2018. It is now read-only.

Commit 54cb0e2

Browse files
committed
Merge branch 'master' into develop
2 parents 3e7a280 + 9c8c19f commit 54cb0e2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "truffle-core",
33
"namespace": "consensys",
4-
"version": "4.1.6",
4+
"version": "4.1.7",
55
"description": "Core code for Truffle command line tool",
66
"dependencies": {
77
"async": "^1.4.2",
@@ -31,23 +31,23 @@
3131
"temp": "^0.8.3",
3232
"truffle-artifactor": "^3.0.5",
3333
"truffle-box": "^1.0.5",
34-
"truffle-compile": "^3.0.9",
34+
"truffle-compile": "^3.0.10",
3535
"truffle-config": "^1.0.4",
3636
"truffle-contract": "^3.0.5",
3737
"truffle-contract-sources": "^0.0.1",
3838
"truffle-debug-utils": "^1.0.4",
39-
"truffle-debugger": "^3.0.1",
39+
"truffle-debugger": "^3.0.2",
4040
"truffle-deployer": "^2.0.4",
4141
"truffle-error": "^0.0.2",
4242
"truffle-expect": "^0.0.3",
4343
"truffle-init": "^1.0.7",
44-
"truffle-migrate": "^2.0.4",
44+
"truffle-migrate": "^2.0.5",
4545
"truffle-provider": "^0.0.4",
4646
"truffle-provisioner": "^0.1.0",
4747
"truffle-require": "^1.0.5",
4848
"truffle-resolver": "^4.0.3",
4949
"truffle-solidity-utils": "^1.1.1",
50-
"truffle-workflow-compile": "^1.0.2",
50+
"truffle-workflow-compile": "^1.0.3",
5151
"web3": "^0.20.1",
5252
"yargs": "^8.0.2"
5353
},

0 commit comments

Comments
 (0)