doric-cli:update package.json,depend doric-cli instead

This commit is contained in:
pengfeizhou 2021-02-23 10:19:12 +08:00 committed by osborn
parent 9db60d94ba
commit 2580088804
2 changed files with 8 additions and 6 deletions

View File

@ -4,13 +4,14 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p .&& rollup -c",
"dev": "tsc -w -p . & rollup -c -w",
"clean": "rm -rf build && rm -rf bundle"
"build": "doric build",
"dev": "doric dev",
"clean": "doric clean"
},
"license": "Apache-2.0",
"dependencies": {
"doric": "__$Version__",
"doric-cli": "__$Version__",
"reflect-metadata": "^0.1.13",
"rollup": "^1.27.14",
"tslib": "^1.10.0",

View File

@ -4,13 +4,14 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p .&& rollup -c",
"dev": "tsc -w -p . & rollup -c -w",
"clean": "rm -rf build && rm -rf bundle"
"build": "doric build",
"dev": "doric dev",
"clean": "doric clean"
},
"license": "Apache-2.0",
"dependencies": {
"doric": "file:../doric-js",
"doric-cli": "file:../doric-cli",
"reflect-metadata": "^0.1.13",
"rollup": "^2.23.0",
"tslib": "^2.0.0",