This commit is contained in:
2020-05-11 17:52:13 +08:00
parent c016b1db34
commit 7ba34e7e01
14 changed files with 33 additions and 33 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ccms/plugin",
"version": "0.6.3",
"version": "0.6.4",
"description": "MiaoScript api package",
"keywords": [
"miaoscript",
@ -25,10 +25,10 @@
"typescript": "^3.8.3"
},
"dependencies": {
"@ccms/api": "^0.6.3",
"@ccms/common": "^0.6.3",
"@ccms/api": "^0.6.4",
"@ccms/common": "^0.6.4",
"@ccms/container": "^0.6.0",
"@ccms/i18n": "^0.6.3",
"@ccms/i18n": "^0.6.4",
"js-yaml": "^3.13.1"
}
}