Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
fiznool committed May 11, 2021
1 parent cec6648 commit d003ee6
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: eslint
versions:
- 7.18.0
- 7.19.0
- 7.20.0
- 7.21.0
- 7.22.0
- 7.23.0
- 7.24.0
- dependency-name: mocha
versions:
- 8.3.0
- 8.3.1
- dependency-name: chai
versions:
- 4.3.0
- 4.3.1
- 4.3.3
- package-ecosystem: npm
directory: '/'
schedule:
interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: eslint
versions:
- 7.18.0
- 7.19.0
- 7.20.0
- 7.21.0
- 7.22.0
- 7.23.0
- 7.24.0
- dependency-name: mocha
versions:
- 8.3.0
- 8.3.1
- dependency-name: chai
versions:
- 4.3.0
- 4.3.1
- 4.3.3
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Updated

- Update dependencies and test against node 16.

## [2.0.1] - 2020-12-02

### Updated
Expand Down

0 comments on commit d003ee6

Please sign in to comment.