Skip to content

Commit 9803393

Browse files
committed
代码优化
1 parent 2523660 commit 9803393

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

lib/cli.js

+10-10
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ cli.start = function (env) {
1717
cli.run(env);
1818
});
1919

20-
// bootstrap(env);
21-
22-
bootstrap(env, {
23-
username: 'icefox0801',
24-
25-
token: '4zWuy_my-jMuSnjLSkKv'
26-
}, {
27-
owner: 'icefox0801',
28-
domain: 'https://gitlab.com'
29-
});
20+
bootstrap(env);
21+
//
22+
//bootstrap(env, {
23+
// username: 'icefox0801',
24+
// email: '[email protected]',
25+
// token: '4zWuy_my-jMuSnjLSkKv'
26+
//}, {
27+
// owner: 'icefox0801',
28+
// domain: 'https://gitlab.com'
29+
//});
3030

3131
};
3232

lib/remote/gitlab.js

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ var fs = require('graceful-fs');
1010
var gitlab = require('gitlab');
1111
var Promise = require('bluebird');
1212
var semver = require('semver');
13-
var request = require('request');
1413
var ProgressBar = require('progress');
1514

1615
var fecom = require('../fecom');

0 commit comments

Comments
 (0)