Compare commits

...

2 Commits

Author SHA1 Message Date
1ada5dd5a9 2.2.1 2016-02-09 17:42:43 +01:00
a41bfd442c fix coveralls initial value 2016-02-09 17:42:31 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "npmts",
"version": "2.2.0",
"version": "2.2.1",
"description": "write npm modules with TypeScript",
"main": "index.js",
"typings": "./index.d.ts",

View File

@ -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 = [