async pkg should be a dep

This commit is contained in:
Michael Bradley, Jr 2018-07-13 10:57:27 -05:00
parent 61664c6dad
commit 14b9937104
1 changed files with 2 additions and 1 deletions

View File

@ -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",