Skip to content

Commit

Permalink
Move to updated truffle beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
elenadimitrova committed Oct 10, 2017
1 parent ad0e1b6 commit dbcaaaa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"solidity-coverage": "^0.2.5",
"solidity-sha3": "^0.4.1",
"solium": "^0.5.5",
"truffle": "3.4.11"
"truffle": "^4.0.0-beta.2"
},
"dependencies": {}
}
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3650,9 +3650,9 @@ sol-explore@^1.6.1, sol-explore@^1.6.2:
version "1.6.2"
resolved "https://registry.yarnpkg.com/sol-explore/-/sol-explore-1.6.2.tgz#43ae8c419fd3ac056a05f8a9d1fb1022cd41ecc2"

solc@0.4.15:
version "0.4.15"
resolved "https://registry.yarnpkg.com/solc/-/solc-0.4.15.tgz#8ae8f1606a124a3f81c28b9dcecb0964ebdf9f25"
solc@0.4.17:
version "0.4.17"
resolved "https://registry.yarnpkg.com/solc/-/solc-0.4.17.tgz#75f93da6bc190becb89f6663076ab943ff95cd2f"
dependencies:
fs-extra "^0.30.0"
memorystream "^0.3.1"
Expand Down Expand Up @@ -3968,13 +3968,13 @@ trim-right@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"

truffle@3.4.11:
version "3.4.11"
resolved "https://registry.yarnpkg.com/truffle/-/truffle-3.4.11.tgz#c4aa12bd512c741a0fd2f6e922e6cd69cda97acb"
truffle@^4.0.0-beta.2:
version "4.0.0-beta.2"
resolved "https://registry.yarnpkg.com/truffle/-/truffle-4.0.0-beta.2.tgz#2c6ee893615a90eeea32f370a790edc26cd840ee"
dependencies:
mocha "^3.4.2"
original-require "^1.0.1"
solc "0.4.15"
solc "0.4.17"

tty-browserify@0.0.0:
version "0.0.0"
Expand Down

0 comments on commit dbcaaaa

Please sign in to comment.