mirror of https://github.com/embarklabs/embark.git
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:
parent
fd7909087d
commit
949015525c
|
@ -42,7 +42,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime-corejs2": "7.3.1",
|
"@babel/runtime-corejs2": "7.3.1",
|
||||||
"embark-async-wrapper": "4.0.0-beta.0"
|
"embark-async-wrapper": "^4.0.0-beta.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "7.2.3",
|
"@babel/cli": "7.2.3",
|
||||||
|
|
Loading…
Reference in New Issue