Skip to content

Commit

Permalink
fix: missing comma after dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Stun3R committed Oct 19, 2021
1 parent 0ee5a56 commit 6efe03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -81,7 +81,7 @@
"@commitlint/cli": "13.1.0",
"@commitlint/config-conventional": "13.1.0",
"@release-it/conventional-changelog": "3.3.0",
"@types/jest": "27.0.2"
"@types/jest": "27.0.2",
"@types/sinon": "10.0.4",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
Expand Down

0 comments on commit 6efe03b

Please sign in to comment.