diff options
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 06c0373..3eddb3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "dependencies": { "@babel/cli": "^7.0.0", - "@babel/core": "^7.0.0" + "@babel/core": "^7.0.0", + "babel-plugin-async-to-promises": "^1.0.5" } }
\ No newline at end of file |