This commit is contained in:
2020-07-01 14:41:21 +08:00
parent 05244f9bef
commit 018889b5eb
21 changed files with 62 additions and 68 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ccms/websocket",
"version": "0.8.0",
"version": "0.8.2",
"description": "MiaoScript websocket package",
"keywords": [
"miaoscript",
@ -19,12 +19,10 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"@ccms/nashorn": "^0.8.0",
"@ccms/nashorn": "^0.8.2",
"@javatypes/tomcat-websocket-api": "^0.0.2",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"typescript": "^3.9.5"
},
"dependencies": {
}
}