update to 0.2.0

This commit is contained in:
pengfei.zhou
2020-01-07 14:06:27 +08:00
committed by osborn
parent 8fc72c95bc
commit b4018abe9f

View File

@@ -1,6 +1,6 @@
{ {
"name": "doric-cli", "name": "doric-cli",
"version": "0.1.1", "version": "0.2.0",
"description": "Doric command line tools", "description": "Doric command line tools",
"main": "index.js", "main": "index.js",
"bin": { "bin": {
@@ -31,4 +31,4 @@
"source-map-merger": "^0.2.0", "source-map-merger": "^0.2.0",
"typescript": "^3.7.4" "typescript": "^3.7.4"
} }
} }