From ab85cf2d0a21789532f86be8dbcc8203414815b0 Mon Sep 17 00:00:00 2001 From: Sam El-Husseini <16690124+samelhusseini@users.noreply.github.com> Date: Mon, 30 Apr 2018 16:29:23 -0400 Subject: [PATCH] Remove jquery typings (#547) --- package.json | 1 - sim/tsconfig.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index c696f4d3..af561246 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,6 @@ "less": "2.7.3", "semantic-ui-less": "2.2.14", "@types/bluebird": "2.0.33", - "@types/jquery": "3.2.16", "@types/marked": "0.3.0", "@types/node": "8.0.53", "webfonts-generator": "^0.4.0" diff --git a/sim/tsconfig.json b/sim/tsconfig.json index 98cd3cb1..d043b21a 100644 --- a/sim/tsconfig.json +++ b/sim/tsconfig.json @@ -9,7 +9,7 @@ "newLine": "LF", "sourceMap": false, "lib": ["dom", "dom.iterable", "scripthost", "es6"], - "types": ["jquery", "bluebird"], + "types": ["bluebird"], "typeRoots": ["../node_modules/@types"] } }