Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit 517ad1d

Browse files
committed
chore(build): Compile to es6 now that protractor has dropped <6 support
1 parent 52f1f3b commit 517ad1d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@
2626
"selenium-webdriver": "^2.53.2"
2727
},
2828
"devDependencies": {
29-
"@types/es6-promise": "0.0.32",
3029
"@types/jasmine": "^2.5.37",
31-
"@types/node": "^6.0.46",
3230
"clang-format": "^1.0.42",
3331
"gulp": "^3.9.1",
3432
"gulp-clang-format": "^1.0.23",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "es5",
3+
"target": "es6",
44
"module": "commonjs",
55
"moduleResolution": "node",
66
"sourceMap": true,

0 commit comments

Comments
 (0)