From 0590121fe7c2398b97773fcf950a7a5a62992cbb Mon Sep 17 00:00:00 2001 From: Christian Linne Date: Wed, 25 May 2016 08:48:06 +0200 Subject: [PATCH] [Typings] Update to 1.0.4 --- package.json | 2 +- tsconfig.json | 2 +- typings.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8e69a63..6da21cf 100644 --- a/package.json +++ b/package.json @@ -233,7 +233,7 @@ "systemjs-hot-reloader": "^0.5.7", "tslint": "^3.8.1", "typescript": "^1.8.10", - "typings": "^0.8.1", + "typings": "^1.0.4", "wait-for-change": "^1.0.1", "zone.js": "^0.6.12" }, diff --git a/tsconfig.json b/tsconfig.json index 0c68968..e7e6866 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,7 @@ "noImplicitAny": true }, "files": [ - "typings/browser.d.ts" + "typings/index.d.ts" ], "exclude": [ "node_modules", diff --git a/typings.json b/typings.json index d44c8c6..964df2c 100644 --- a/typings.json +++ b/typings.json @@ -2,10 +2,10 @@ "name": "angular2-setup-poc", "version": false, "dependencies": {}, - "ambientDependencies": { + "globalDependencies": { "lodash": "github:DefinitelyTyped/DefinitelyTyped/lodash/lodash.d.ts#672afd8f7b09d839b61eeb4867753876cf79c8b6" }, - "ambientDevDependencies": { + "globalDevDependencies": { "jasmine": "registry:dt/jasmine#2.2.0+20160505161446" } }