This commit is contained in:
2020-03-25 13:54:45 +08:00
parent cbfbc28504
commit 4677fba701
17 changed files with 44 additions and 44 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ms/websocket",
"version": "0.3.1",
"version": "0.4.0",
"description": "MiaoScript websocket package",
"keywords": [
"miaoscript",
@ -27,6 +27,6 @@
"typescript": "^3.8.3"
},
"dependencies": {
"@ms/nashorn": "^0.3.1"
"@ms/nashorn": "^0.4.0"
}
}