This commit is contained in:
2020-03-25 13:54:45 +08:00
parent 49b96b3ac4
commit 6fc3592536
18 changed files with 48 additions and 48 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"
}
}