This commit is contained in:
2020-02-24 16:27:49 +08:00
parent e0f4c5e77d
commit cf9508ba31
18 changed files with 52 additions and 52 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@ms/core",
"version": "0.2.0",
"version": "0.2.1",
"description": "MiaoScript api package",
"keywords": [
"miaoscript",
@@ -27,12 +27,12 @@
"typescript": "^3.8.2"
},
"dependencies": {
"@ms/api": "^0.2.0",
"@ms/bukkit": "^0.2.0",
"@ms/common": "^0.2.0",
"@ms/container": "^0.2.0",
"@ms/plugin": "^0.2.0",
"@ms/sponge": "^0.2.0"
"@ms/api": "^0.2.1",
"@ms/bukkit": "^0.2.1",
"@ms/common": "^0.2.1",
"@ms/container": "^0.2.1",
"@ms/plugin": "^0.2.1",
"@ms/sponge": "^0.2.1"
},
"gitHead": "781524f83e52cad26d7c480513e3c525df867121"
}