address review

This commit is contained in:
vvakame 2016-12-20 21:04:24 +09:00
parent 8a6330cda9
commit fe22bbb961
2 changed files with 5 additions and 4 deletions

6
github/index.d.ts vendored
View File

@ -1,7 +1,7 @@
// Type definitions for github
// Project: https://com/mikedeboer/node-github
// Definitions by: vvakame <https://com/vvakame/>
// Definitions: https://com/DefinitelyTyped/DefinitelyTyped
// Project: https://github.com/mikedeboer/node-github
// Definitions by: vvakame <https://github.com/vvakame/>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = Client;

View File

@ -3,6 +3,7 @@
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
@ -16,4 +17,4 @@
"index.d.ts",
"github-tests.ts"
]
}
}