This commit is contained in:
2020-03-03 01:14:22 +08:00
parent c4c4c7f301
commit 6c9f7bbcf6
18 changed files with 47 additions and 47 deletions

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "@ms/plugins",
"version": "0.3.0",
"version": "0.3.1",
"description": "MiaoScript plugins package",
"keywords": [
"miaoscript",
@@ -28,8 +28,8 @@
"typescript": "^3.8.3"
},
"dependencies": {
"@ms/api": "^0.3.0",
"@ms/container": "^0.3.0",
"@ms/plugin": "^0.3.0"
"@ms/api": "^0.3.1",
"@ms/container": "^0.3.1",
"@ms/plugin": "^0.3.1"
}
}