create-cabloy 2.3.0 → 3.0.1

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/README.md +0 -5
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -18,8 +18,3 @@ Thanks to `npm init` feature introduced at npm@6, see [npm-init](https://docs.np
18
18
  $ npm init cabloy showcase
19
19
  $ npm init cabloy showcase --type=cabloy
20
20
  ```
21
-
22
- ## License
23
-
24
- [LGPL](./LICENSE)
25
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-cabloy",
3
- "version": "2.3.0",
3
+ "version": "3.0.1",
4
4
  "description": "so you could use `npm init cabloy showcase` to init cabloy project",
5
5
  "bin": "./bin/create-cabloy.js",
6
6
  "repository": {
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "homepage": "https://github.com/zhennann/create-cabloy#readme",
16
16
  "dependencies": {
17
- "egg-born": "^2.3.0"
17
+ "egg-born": "^3.0.1"
18
18
  },
19
- "gitHead": "ba886b4e9fef4ecbe4fab6ab0c5959b8328412cb"
19
+ "gitHead": "f717f101dd6e60cf4e4c6f4084e4af8326c46eae"
20
20
  }