This commit is contained in:
2020-07-23 14:22:30 +08:00
parent bc17e2f376
commit 2589633069
21 changed files with 99 additions and 64 deletions

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "@ccms/plugins",
"version": "0.8.3",
"version": "0.8.4",
"description": "MiaoScript plugins package",
"keywords": [
"miaoscript",
@ -28,8 +28,8 @@
"typescript": "^3.9.6"
},
"dependencies": {
"@ccms/api": "^0.8.3",
"@ccms/container": "^0.8.3",
"@ccms/plugin": "^0.8.3"
"@ccms/api": "^0.8.4",
"@ccms/container": "^0.8.4",
"@ccms/plugin": "^0.8.4"
}
}