From 4afe0acb668247f28f29c5a7e3e0e55e134ae2ec Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Mon, 19 Sep 2022 06:39:47 +0800 Subject: reverse package.json changes due to dependancies --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit