From 390522c0e66532adfd33cef1d692f0ae749e6e94 Mon Sep 17 00:00:00 2001 From: mhartington Date: Mon, 26 Sep 2016 12:36:45 -0400 Subject: [PATCH] chore(demos): remove protractor typings --- demos/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/tsconfig.json b/demos/tsconfig.json index ab60e73f6e..d4d4333dd2 100644 --- a/demos/tsconfig.json +++ b/demos/tsconfig.json @@ -10,7 +10,7 @@ "noImplicitAny": false, "removeComments": true, "target": "es5", - "types": ["jasmine", "protractor"] + "types": ["jasmine"] }, "include": [ "./src/**/app.module.ts",