Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
chore(examples): Fix TSC issues with exampleTypescript (#4132)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickTomlin authored and heathkit committed Mar 4, 2017
1 parent 4e73d5e commit 4752ad1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exampleTypescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "protractor tmp/conf.js"
},
"dependencies": {
"@types/jasmine": "^2.5.38",
"@types/jasmine": "2.5.41",
"@types/jasminewd2": "^2.0.0",
"jasmine": "^2.4.1",
"protractor": "file:../",
Expand Down
2 changes: 1 addition & 1 deletion exampleTypescript/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es5",
"target": "es6",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": false,
Expand Down

0 comments on commit 4752ad1

Please sign in to comment.