diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-09-19 06:39:47 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-09-19 06:39:47 +0800 |
commit | 4afe0acb668247f28f29c5a7e3e0e55e134ae2ec (patch) | |
tree | a19be2bdb5474a30d3087396b5775548deca97e0 | |
parent | 62d8649e1c9f91d0cd4864457924c79fce12569d (diff) | |
download | SoopyV2-4afe0acb668247f28f29c5a7e3e0e55e134ae2ec.tar.gz SoopyV2-4afe0acb668247f28f29c5a7e3e0e55e134ae2ec.tar.bz2 SoopyV2-4afe0acb668247f28f29c5a7e3e0e55e134ae2ec.zip |
reverse package.json changes due to dependancies
-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 |