feat: support async task

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2019-11-05 17:02:58 +08:00
parent b87b94aade
commit 55a6b33110
2 changed files with 4 additions and 3 deletions

View File

@ -12,6 +12,7 @@
"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/"
},
@ -34,4 +35,4 @@
"@ms/plugin": "^0.1.1",
"@ms/sponge": "^0.1.1"
}
}
}