Skip to content

Commit

Permalink
Fix dtslint failing in CI
Browse files Browse the repository at this point in the history
Version update needs typescript as a peer dependency.
  • Loading branch information
zbjornson committed Feb 27, 2021
1 parent 547b050 commit f8305fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
(Unreleased)
==================
### Changed
* Upgrade dtslint
### Added
* Added support for `inverse()` and `invertSelf()` to `DOMMatrix` (#1648)
### Fixed
Expand Down
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -55,11 +55,12 @@
"devDependencies": {
"@types/node": "^10.12.18",
"assert-rejects": "^1.0.0",
"dtslint": "^0.5.3",
"dtslint": "^4.0.7",
"express": "^4.16.3",
"mocha": "^5.2.0",
"pixelmatch": "^4.0.2",
"standard": "^12.0.1"
"standard": "^12.0.1",
"typescript": "^4.2.2"
},
"engines": {
"node": ">=6"
Expand Down

0 comments on commit f8305fb

Please sign in to comment.