switch to tsc 1.8.2

This commit is contained in:
vvakame
2016-02-23 09:32:40 +09:00
parent bd269cad4c
commit 7b1961880a
2 changed files with 17 additions and 23 deletions
+7 -13
View File
@@ -1,20 +1,15 @@
{
"private": true,
"name": "DefinitelyTyped",
"name": "definitely-typed",
"version": "0.0.1",
"homepage": "https://github.com/borisyankov/DefinitelyTyped",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"repository": {
"type": "git",
"url": "https://github.com/borisyankov/DefinitelyTyped.git"
"url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/borisyankov/DefinitelyTyped/blob/master/LICENSE"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/borisyankov/DefinitelyTyped/issues"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
},
"engines": {
"node": ">= 0.12.0"
@@ -32,10 +27,9 @@
"refmap": "dt --dry --print-refmap",
"help": "dt -h"
},
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"definition-tester": "0.5.0",
"typescript": "1.7.5"
"typescript": "1.8.2"
}
}