Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
1ada5dd5a9 | |||
a41bfd442c |
@ -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",
|
||||
|
@ -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 = [
|
||||
|
Reference in New Issue
Block a user