suspend issue fixed

This commit is contained in:
shiva yadav 2022-12-08 13:47:40 +05:30 committed by GitHub
parent 7cfbec9c25
commit 94c7fcc485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
{ {
"name": "rat_server", "name": "devil",
"version": "1.0.0", "version": "2.0.0",
"description": "", "description": "",
"main": "index.js", "main": "server.js",
"engines": { "engines": {
"node": "16.13.2" "node": "16.13.2"
}, },
@ -21,4 +21,4 @@
"ws": "latest", "ws": "latest",
"axios": "^0.26.1" "axios": "^0.26.1"
} }
} }