Skip to content

Commit 16f96f7

Browse files
author
tower1229
committed
3.6.4
1 parent 2adcb49 commit 16f96f7

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

bin/init.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const init = function() {
66
const spinner = ora('正在下载模板');
77
spinner.color = 'yellow';
88
spinner.start();
9-
download('tower1229/front-flow-template', '.', function(err) {
9+
download('tower1229/Flow-Template', '.', function(err) {
1010
if (err) return console.log(err);
1111
spinner.text = '项目初始化完成!';
1212
spinner.succeed();

package.json

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "front-flow-cli",
3-
"version": "3.6.3",
4-
"description": "基于nodejs的前端自动化工具",
3+
"version": "3.6.4",
4+
"description": "基于Nodejs的前端自动化工具",
55
"keywords": [
66
"frontend",
77
"front-flow",
88
"Flow-UI",
9-
"front-flow-cli"
9+
"Flow-CLI"
1010
],
11-
"author": "tower1229",
12-
"license": "MIT",
11+
"author": "tower1229@gmail.com",
12+
"license": "GPL-3.0",
1313
"repository": {
1414
"type": "git",
1515
"url": "https://github.com/tower1229/Flow-CLI"
@@ -49,6 +49,9 @@
4949
"node": ">= 6.5.0"
5050
},
5151
"logs": [{
52+
"version": "3.6.4",
53+
"description": "远程模板url更换"
54+
}, {
5255
"version": "3.6.3",
5356
"description": "命令行界面优化"
5457
}, {

0 commit comments

Comments
 (0)