From 7b1961880ada8178876628fb2ae35fb0f6dc7da7 Mon Sep 17 00:00:00 2001 From: vvakame Date: Tue, 23 Feb 2016 09:32:40 +0900 Subject: [PATCH] switch to tsc 1.8.2 --- npm-shrinkwrap.json | 20 ++++++++++---------- package.json | 20 +++++++------------- 2 files changed, 17 insertions(+), 23 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 84c9e4c7c..865b3b9bc 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,5 +1,5 @@ { - "name": "DefinitelyTyped", + "name": "definitely-typed", "version": "0.0.1", "dependencies": { "assertion-error": { @@ -13,14 +13,14 @@ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz" }, "bluebird": { - "version": "3.2.2", + "version": "3.3.1", "from": "bluebird@>=3.1.2 <4.0.0", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.2.2.tgz" + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.3.1.tgz" }, "brace-expansion": { - "version": "1.1.2", + "version": "1.1.3", "from": "brace-expansion@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz" + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.3.tgz" }, "concat-map": { "version": "0.0.1", @@ -89,9 +89,9 @@ "resolved": "https://registry.npmjs.org/isemail/-/isemail-2.1.0.tgz" }, "joi": { - "version": "7.2.3", + "version": "7.3.0", "from": "joi@>=7.2.2 <8.0.0", - "resolved": "https://registry.npmjs.org/joi/-/joi-7.2.3.tgz" + "resolved": "https://registry.npmjs.org/joi/-/joi-7.3.0.tgz" }, "joi-assert": { "version": "0.0.3", @@ -196,9 +196,9 @@ "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-0.1.2.tgz" }, "typescript": { - "version": "1.7.5", - "from": "typescript@1.7.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-1.7.5.tgz" + "version": "1.8.2", + "from": "typescript@1.8.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-1.8.2.tgz" }, "wordwrap": { "version": "0.0.3", diff --git a/package.json b/package.json index 40a1b3e8a..2679936d0 100644 --- a/package.json +++ b/package.json @@ -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" } }