File tree 2 files changed +9
-6
lines changed
2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const init = function() {
6
6
const spinner = ora ( '正在下载模板' ) ;
7
7
spinner . color = 'yellow' ;
8
8
spinner . start ( ) ;
9
- download ( 'tower1229/front-flow-template ' , '.' , function ( err ) {
9
+ download ( 'tower1229/Flow-Template ' , '.' , function ( err ) {
10
10
if ( err ) return console . log ( err ) ;
11
11
spinner . text = '项目初始化完成!' ;
12
12
spinner . succeed ( ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " front-flow-cli" ,
3
- "version" : " 3.6.3 " ,
4
- "description" : " 基于nodejs的前端自动化工具 " ,
3
+ "version" : " 3.6.4 " ,
4
+ "description" : " 基于Nodejs的前端自动化工具 " ,
5
5
"keywords" : [
6
6
" frontend" ,
7
7
" front-flow" ,
8
8
" Flow-UI" ,
9
- " front-flow-cli "
9
+ " Flow-CLI "
10
10
],
11
- "author" : " tower1229" ,
12
- "license" : " MIT " ,
11
+ "author" : " tower1229@gmail.com " ,
12
+ "license" : " GPL-3.0 " ,
13
13
"repository" : {
14
14
"type" : " git" ,
15
15
"url" : " https://github.com/tower1229/Flow-CLI"
49
49
"node" : " >= 6.5.0"
50
50
},
51
51
"logs" : [{
52
+ "version" : " 3.6.4" ,
53
+ "description" : " 远程模板url更换"
54
+ }, {
52
55
"version" : " 3.6.3" ,
53
56
"description" : " 命令行界面优化"
54
57
}, {
You can’t perform that action at this time.
0 commit comments