Commit 2a2759a00f6d336104053a3a5e54a5b3b33f63d2

Authored by 田强
1 parent 659ce574

docs: update author

Showing 1 changed file with 2 additions and 2 deletions
1 1 {
2 2 "name": "@qx/cli",
3   - "version": "3.0.0-alpha.23",
  3 + "version": "3.0.0-alpha.24",
4 4 "description": "Qx CLI",
5 5 "main": "bin/index.js",
6 6 "bin": {
... ... @@ -11,7 +11,7 @@
11 11 "publish:minor": "npm version minor && npm publish",
12 12 "publish:major": "npm version major && npm publish"
13 13 },
14   - "author": "weimob-fe",
  14 + "author": "qgutech",
15 15 "license": "ISC",
16 16 "dependencies": {
17 17 "@babel/preset-env": "^7.23.3",
... ...