This commit is contained in:
2020-09-24 15:36:45 +08:00
parent d85f75ba1f
commit 72277f4d1a
14 changed files with 28 additions and 28 deletions

View File

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