mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 06:16:01 +00:00
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:
parent
949015525c
commit
6758a652eb
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user