remove commented line; use beta 34

This commit is contained in:
Iuri Matias 2018-04-20 19:58:16 -04:00
parent 4f55b9eba2
commit a63aa2ea0f
2 changed files with 1 additions and 2 deletions

View File

@ -283,7 +283,6 @@ class CodeGenerator {
return next(null, fs.embarkPath("js/web3-1.0.min.js")); return next(null, fs.embarkPath("js/web3-1.0.min.js"));
} else { } else {
self.events.request("version:getPackageLocation", "web3", web3Version, function(err, location) { self.events.request("version:getPackageLocation", "web3", web3Version, function(err, location) {
//self.events.request("version:getFileLocation", "web3", web3Version, function(err, location) {
return next(null, fs.dappPath(location)); return next(null, fs.dappPath(location));
}); });
} }

View File

@ -61,7 +61,7 @@
"underscore.string": "^3.3.4", "underscore.string": "^3.3.4",
"url-loader": "^0.6.2", "url-loader": "^0.6.2",
"viz.js": "^1.8.1", "viz.js": "^1.8.1",
"web3": "1.0.0-beta.32", "web3": "1.0.0-beta.34",
"webpack": "^3.10.0", "webpack": "^3.10.0",
"window-size": "^1.1.0" "window-size": "^1.1.0"
}, },