This commit is contained in:
2020-05-15 16:20:21 +08:00
parent 104d1b18d6
commit c13ff26971
18 changed files with 47 additions and 47 deletions

View File

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