Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
Add jquery typings to project
Browse files Browse the repository at this point in the history
Remove protractor typings
As detailed in this issue,
DefinitelyTyped/DefinitelyTyped#2734,
the protractor typings are incompatible with jQuery. The best
workaround suggested is to move integration tests via protractor
and selenium to a different project. Since we will likely not
worry about integration tests in this project, I just removed
the protractor typings.
  • Loading branch information
CloudNiner committed Aug 31, 2016
1 parent 0b36f83 commit 61b73cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -51,8 +51,8 @@
"devDependencies": {
"@types/core-js": "^0.9.28",
"@types/jasmine": "^2.2.29",
"@types/jquery": "^1.10.31",
"@types/node": "^4.0.29",
"@types/protractor": "^1.5.16",
"@types/selenium-webdriver": "^2.44.26",
"@types/source-map": "^0.1.26",
"@types/uglify-js": "^2.0.27",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -15,8 +15,8 @@
"types": [
"core-js",
"jasmine",
"jquery",
"node",
"protractor",
"selenium-webdriver",
"source-map",
"uglify-js",
Expand Down

0 comments on commit 61b73cd

Please sign in to comment.