This commit is contained in:
2020-02-24 00:21:48 +08:00
parent 49f886c5ba
commit eaf491f74d
16 changed files with 48 additions and 49 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ms/common",
"version": "0.1.0",
"version": "0.2.0",
"description": "MiaoScript api package",
"keywords": [
"miaoscript",
@ -27,8 +27,8 @@
"typescript": "^3.7.5"
},
"dependencies": {
"@ms/nashorn": "^0.1.0",
"@ms/ployfill": "^0.1.0"
"@ms/nashorn": "^0.2.0",
"@ms/ployfill": "^0.2.0"
},
"gitHead": "562e2d00175c9d3a99c8b672aa07e6d92706a027"
}