build(embark-vyper): use a caret range for embark-async-wrapper

Member packages of the monorepo should use caret ranges when specifying other
packages in the monorepo as dependencies.
This commit is contained in:
Michael Bradley, Jr 2019-03-17 18:46:25 -05:00 committed by Iuri Matias
parent 949015525c
commit 6758a652eb

View File

@ -47,7 +47,7 @@
},
"dependencies": {
"@babel/runtime-corejs2": "7.3.1",
"embark-async-wrapper": "4.0.0-beta.0",
"embark-async-wrapper": "^4.0.0-beta.0",
"shelljs": "0.5.3"
},
"devDependencies": {