Skip to content

Commit adb0f97

Browse files
run prettier
1 parent 4393f6f commit adb0f97

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- [ ] Tested and confirmed flows affected by this change are functioning as expected
1010

1111
## Authors
12-
>
12+
1313
> List GitHub usernames for everyone who contributed to this pull request.
1414
1515
### Reviewers

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
## 1.0.1
1515

1616
- Update (sub-)dependencies
17-
- `babel` to 7.25.9
18-
- `braces` to 3.0.3
19-
- `cross-spawn` to 7.0.6
20-
- `fill-range` to 7.1.1
21-
- `micromatch` to 4.0.8
22-
- `picomatch` to 2.3.1
23-
- `set-array` to 1.2.1
24-
- `trace-mapping` to 0.3.25
17+
- `babel` to 7.25.9
18+
- `braces` to 3.0.3
19+
- `cross-spawn` to 7.0.6
20+
- `fill-range` to 7.1.1
21+
- `micromatch` to 4.0.8
22+
- `picomatch` to 2.3.1
23+
- `set-array` to 1.2.1
24+
- `trace-mapping` to 0.3.25
2525

2626
## 1.0.0
2727

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@
3838
"testEnvironment": "node",
3939
"verbose": true
4040
}
41-
}
41+
}

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"target": "es5",
88
"lib": ["es2015", "dom"]
99
},
10-
"include": ["./src/**/*", "**/__tests__/*"],
10+
"include": ["./src/**/*", "**/__tests__/*"]
1111
}

0 commit comments

Comments
 (0)