From 46cb63c465a8e7d1d9ca302c3639d89122da972e Mon Sep 17 00:00:00 2001 From: mgechev Date: Sat, 4 Jun 2016 12:38:53 +0300 Subject: [PATCH] chore(app-shell): update to typings 1.0.4 --- app-shell/package.json | 2 +- app-shell/src/tsconfig.publish.es5.json | 2 +- app-shell/src/typings.d.ts | 2 +- app-shell/typings.json | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app-shell/package.json b/app-shell/package.json index 62712b9..2f112ef 100644 --- a/app-shell/package.json +++ b/app-shell/package.json @@ -40,6 +40,6 @@ "ts-node": "^0.5.5", "tslint": "^3.6.0", "typescript": "^1.8.10", - "typings": "^0.8.1" + "typings": "^1.0.4" } } diff --git a/app-shell/src/tsconfig.publish.es5.json b/app-shell/src/tsconfig.publish.es5.json index 712e17b..5da5e59 100644 --- a/app-shell/src/tsconfig.publish.es5.json +++ b/app-shell/src/tsconfig.publish.es5.json @@ -17,6 +17,6 @@ "files": [ "app/index.ts", - "../typings/browser/ambient/es6-shim/index.d.ts" + "../typings/globals/es6-shim/index.d.ts" ] } diff --git a/app-shell/src/typings.d.ts b/app-shell/src/typings.d.ts index 2b42093..0c27d28 100644 --- a/app-shell/src/typings.d.ts +++ b/app-shell/src/typings.d.ts @@ -1,3 +1,3 @@ -/// +/// declare var module: { id: string }; diff --git a/app-shell/typings.json b/app-shell/typings.json index a3cf3dd..4d0ead0 100644 --- a/app-shell/typings.json +++ b/app-shell/typings.json @@ -1,10 +1,10 @@ { - "ambientDevDependencies": { + "globalDevDependencies": { "angular-protractor": "registry:dt/angular-protractor#1.5.0+20160425143459", - "jasmine": "registry:dt/jasmine#2.2.0+20160412134438", + "jasmine": "registry:dt/jasmine#2.2.0+20160505161446", "selenium-webdriver": "registry:dt/selenium-webdriver#2.44.0+20160317120654" }, - "ambientDependencies": { - "es6-shim": "registry:dt/es6-shim#0.31.2+20160317120654" + "globalDependencies": { + "es6-shim": "registry:dt/es6-shim#0.31.2+20160602141504" } }