mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
switch to tsc 1.8.2
This commit is contained in:
+7
-13
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user