From 4d58cd30811e34f9f48b21ae4721d3010a01651c Mon Sep 17 00:00:00 2001 From: Greenkeeper Date: Sat, 21 May 2016 19:14:32 +0200 Subject: [PATCH] =?UTF-8?q?Update=20typings=20to=20version=201.0.4=20?= =?UTF-8?q?=F0=9F=9A=80=20(#27)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(package): update typings to version 1.0.4 * chore(typings): update config to 1.x --- package.json | 2 +- tsconfig.json | 4 +--- typings.json | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3dfdf6e..252c5d6 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "tslint": "3.10.2", "tslint-loader": "2.1.4", "typescript": "1.8.10", - "typings": "0.8.1", + "typings": "1.0.4", "webpack": "1.13.0", "webpack-dev-server": "1.14.1" }, diff --git a/tsconfig.json b/tsconfig.json index f1b81ba..ef5be4a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,9 +13,7 @@ "outDir": "ts-out" }, "exclude": [ - "node_modules", - "typings/main", - "typings/main.d.ts" + "node_modules" ], "compileOnSave": false } diff --git a/typings.json b/typings.json index e22f630..caedff4 100644 --- a/typings.json +++ b/typings.json @@ -2,7 +2,7 @@ "name": "angular1-scaffold", "dependencies": {}, "devDependencies": {}, - "ambientDependencies": { + "globalDependencies": { "angular": "registry:dt/angular#1.5.0+20160412133217", "angular-mocks": "registry:dt/angular-mocks#1.3.0+20160412134242", "jasmine": "registry:dt/jasmine#2.2.0+20160412134438",