From f542636c7f4ac3c5baaca1d84fb835a2be1896ae Mon Sep 17 00:00:00 2001 From: Wallace Breza Date: Fri, 10 Jun 2016 09:33:31 -0700 Subject: [PATCH] Updated to typings 1.0 release (#5) --- tsconfig.json | 4 ++-- typings.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 0dcf644..072c022 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,7 @@ "exclude": [ "node_modules", "lib/autorest", - "typings/browser.d.ts", - "typings/browser" + "typings/index.d.ts", + "typings/global" ] } \ No newline at end of file diff --git a/typings.json b/typings.json index 8c4b188..c75865a 100644 --- a/typings.json +++ b/typings.json @@ -1,8 +1,8 @@ { - "ambientDependencies": { + "globalDependencies": { "chai": "registry:dt/chai#3.4.0+20160317120654", "jwt-simple": "registry:dt/jwt-simple#0.2.0+20160316155526", "mocha": "registry:dt/mocha#2.2.5+20160317120654", - "node": "registry:dt/node#4.0.0+20160412142033" + "node": "registry:dt/node#6.0.0+20160608110640" } }