@fastcar/cli 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/init.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastcar/cli",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "homepage": "https://william_zhong.coding.net/public/fast-car/fastcar-cli/git/files",
5
5
  "description": "fastcar-cli 脚手架快速搭建",
6
6
  "bin": {
package/src/init.js CHANGED
@@ -162,7 +162,7 @@ async function init(args = ["web"]) {
162
162
  break;
163
163
  }
164
164
  case "static": {
165
- down = STATICURL;
165
+ downloadUrl = STATICURL;
166
166
  break;
167
167
  }
168
168
  default: {