build(embark-compiler): 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:43:10 -05:00 committed by Iuri Matias
parent fd7909087d
commit 949015525c
1 changed files with 1 additions and 1 deletions

View File

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