fix coveralls initial value
This commit is contained in:
parent
2917b10ffb
commit
a41bfd442c
@ -4,7 +4,7 @@ module NpmtsOptions {
|
||||
var done = plugins.q.defer();
|
||||
var config = configArg;
|
||||
if (typeof config.coveralls === "undefined"){
|
||||
config.coveralls = true;
|
||||
config.coveralls = false;
|
||||
}
|
||||
if (config.mode == "default"){
|
||||
config.typings = [
|
||||
|
Loading…
Reference in New Issue
Block a user