@john-cli/init 1.0.19 → 1.0.21
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/lib/index.js +1 -1
- package/package.json +4 -3
package/lib/index.js
CHANGED
|
@@ -5,7 +5,7 @@ const inquirer = require('inquirer')
|
|
|
5
5
|
const path = require('path')
|
|
6
6
|
const fse = require('fs-extra')
|
|
7
7
|
const semver = require('semver')
|
|
8
|
-
|
|
8
|
+
const userHome = require('userhome')
|
|
9
9
|
|
|
10
10
|
const ejs = require('ejs')
|
|
11
11
|
const Command = require('@john-cli/command')
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@john-cli/init",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.21",
|
|
4
4
|
"description": "john-cli init",
|
|
5
5
|
"author": "tanhongjian <350089447@qq.com>",
|
|
6
6
|
"homepage": "",
|
|
@@ -34,7 +34,8 @@
|
|
|
34
34
|
"glob": "^8.0.3",
|
|
35
35
|
"inquirer": "^8.0.0",
|
|
36
36
|
"kebab-case": "^1.0.1",
|
|
37
|
-
"semver": "^7.3.7"
|
|
37
|
+
"semver": "^7.3.7",
|
|
38
|
+
"userhome": "^1.0.0"
|
|
38
39
|
},
|
|
39
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "5f0545ffa2b525d8023cecf9007210c2ab6a4e85"
|
|
40
41
|
}
|