This commit is contained in:
2020-05-11 17:32:02 +08:00
parent 64159b621f
commit 6f9b458e6a
16 changed files with 37 additions and 37 deletions

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "@ccms/plugins",
"version": "0.6.2",
"version": "0.6.3",
"description": "MiaoScript plugins package",
"keywords": [
"miaoscript",
@@ -25,8 +25,8 @@
"typescript": "^3.8.3"
},
"dependencies": {
"@ccms/api": "^0.6.1",
"@ccms/api": "^0.6.3",
"@ccms/container": "^0.6.0",
"@ccms/plugin": "^0.6.2"
"@ccms/plugin": "^0.6.3"
}
}