This commit is contained in:
2020-03-18 11:19:08 +08:00
parent eb832a0830
commit 15f09abce0
10 changed files with 26 additions and 26 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ms/plugin",
"version": "0.3.1",
"version": "0.3.2",
"description": "MiaoScript api package",
"keywords": [
"miaoscript",
@ -28,9 +28,9 @@
"typescript": "^3.8.3"
},
"dependencies": {
"@ms/api": "^0.3.1",
"@ms/api": "^0.3.2",
"@ms/common": "^0.3.1",
"@ms/container": "^0.3.1",
"@ms/container": "^0.3.2",
"@ms/i18n": "^0.3.1",
"js-yaml": "^3.13.1"
}