Skip to content

Commit 9cdea5d

Browse files
committed
chore/update target
1 parent eaf56ac commit 9cdea5d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "process-rerun",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/potapovDim/protractor-rerun.git"

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"module": "commonjs",
4-
"target": "es2018",
4+
"target": "es2017",
55
"sourceMap": true,
66
"outDir": "built",
77
"declaration": true,

0 commit comments

Comments
 (0)