From b9abc589bd1a52e3cdd7fc62b285428ec9662dc6 Mon Sep 17 00:00:00 2001 From: Andrew Koroluk Date: Thu, 11 Aug 2016 20:01:13 -0400 Subject: [PATCH] fix(gulp:build): remove protractor typings (#2144) [skip ci] --- templates/app/typings(ts).json | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/app/typings(ts).json b/templates/app/typings(ts).json index 6ec1e1e7a..2f9798375 100644 --- a/templates/app/typings(ts).json +++ b/templates/app/typings(ts).json @@ -10,7 +10,6 @@ "webpack": "github:DefinitelyTyped/DefinitelyTyped/webpack/webpack.d.ts#95c02169ba8fa58ac1092422efbd2e3174a206f4" }, "ambientDevDependencies": { - "angular-protractor": "github:DefinitelyTyped/DefinitelyTyped/angular-protractor/angular-protractor.d.ts#40c60850ad6c8175a62d5ab48c4e016ea5b3dffe", "selenium-webdriver": "github:DefinitelyTyped/DefinitelyTyped/selenium-webdriver/selenium-webdriver.d.ts#40c60850ad6c8175a62d5ab48c4e016ea5b3dffe", <%_ if(filters.mocha) { _%> "mocha": "github:DefinitelyTyped/DefinitelyTyped/mocha/mocha.d.ts#40c60850ad6c8175a62d5ab48c4e016ea5b3dffe",