async pkg should be a dep
This commit is contained in:
parent
61664c6dad
commit
14b9937104
|
@ -38,7 +38,8 @@
|
|||
},
|
||||
"homepage": "https://github.com/embark-framework/EmbarkJS#readme",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "7.0.0-beta.52"
|
||||
"@babel/runtime": "^7.0.0-beta.52",
|
||||
"async": "^2.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.0.0-beta.52",
|
||||
|
|
Loading…
Reference in New Issue