@wagq/wa-cli 0.6.42 → 0.6.43

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.
package/config/command.js CHANGED
@@ -171,7 +171,7 @@ const command = [
171
171
  },
172
172
  {
173
173
  name: "clearLibrary",
174
- alias: "clearLibrary",
174
+ alias: "cle",
175
175
  description: "删除目录下node_modules与dist,如果有packages目录则继续下钻",
176
176
  action: clear,
177
177
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wagq/wa-cli",
3
- "version": "0.6.42",
3
+ "version": "0.6.43",
4
4
  "description": "wa的脚手架",
5
5
  "main": "index.js",
6
6
  "scripts": {