This commit is contained in:
2020-04-26 10:24:49 +08:00
parent 860946a44b
commit 87f197fe06
18 changed files with 47 additions and 47 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ms/api",
"version": "0.4.2",
"version": "0.5.0",
"description": "MiaoScript api package",
"keywords": [
"miaoscript",
@ -22,8 +22,8 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@ms/container": "^0.4.0",
"@ms/ployfill": "^0.4.2",
"@ms/container": "^0.5.0",
"@ms/ployfill": "^0.5.0",
"base64-js": "^1.3.1",
"source-map-builder": "^0.0.7"
},