feat: upgrade version

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-01-08 09:48:37 +08:00
parent 64111732fb
commit 0102b172f3
18 changed files with 102 additions and 17 deletions

View File

@ -12,7 +12,6 @@
"homepage": "https://github.com/circlecloud/ms.git",
"license": "ISC",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
"registry": "https://repo.yumc.pw/repository/npm-hosted/"
},
@ -25,7 +24,7 @@
"devDependencies": {
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.0",
"typescript": "^3.6.2"
"typescript": "^3.7.4"
},
"dependencies": {
"@ms/api": "^0.1.1",
@ -34,5 +33,6 @@
"@ms/container": "^0.1.0",
"@ms/plugin": "^0.1.1",
"@ms/sponge": "^0.1.1"
}
}
},
"gitHead": "781524f83e52cad26d7c480513e3c525df867121"
}