diff --git a/package.json b/package.json index aa63c7a..d7c08a0 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "tap-spec": "^4.1.1", "tslint": "^3.11.0", "tslint-config-standard": "^1.2.2", - "typescript": "^1.5.3", + "typescript": "^2.0.3", "typings": "^1.3.0" }, "dependencies": { diff --git a/typings.json b/typings.json index e44c31e..0951118 100644 --- a/typings.json +++ b/typings.json @@ -7,6 +7,6 @@ "any-promise": "registry:npm/any-promise#1.0.0+20160211003958" }, "globalDependencies": { - "node": "registry:dt/node#4.0.0+20160501135006" + "node": "registry:env/node#6.0.0+20160918225031" } }