remove commented line; use beta 34
This commit is contained in:
parent
4f55b9eba2
commit
a63aa2ea0f
|
@ -283,7 +283,6 @@ class CodeGenerator {
|
|||
return next(null, fs.embarkPath("js/web3-1.0.min.js"));
|
||||
} else {
|
||||
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));
|
||||
});
|
||||
}
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
"underscore.string": "^3.3.4",
|
||||
"url-loader": "^0.6.2",
|
||||
"viz.js": "^1.8.1",
|
||||
"web3": "1.0.0-beta.32",
|
||||
"web3": "1.0.0-beta.34",
|
||||
"webpack": "^3.10.0",
|
||||
"window-size": "^1.1.0"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue