This commit is contained in:
2019-09-23 00:41:04 +08:00
parent b7871e8d33
commit 562e2d0017
10 changed files with 32 additions and 32 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ms/api",
"version": "0.0.0",
"version": "0.1.0",
"description": "MiaoScript api package",
"keywords": [
"miaoscript",
@ -22,12 +22,12 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@ms/common": "^0.0.0",
"@ms/container": "^0.0.0"
"@ms/common": "^0.1.0",
"@ms/container": "^0.1.0"
},
"devDependencies": {
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.0",
"typescript": "^3.6.2"
}
}
}