Skip to content

Commit

Permalink
Add sinon as a devDependency
Browse files Browse the repository at this point in the history
it is required by release-it's test utilities, and release-it doesn't
have it as a dependency itself (likely because release-it's test util is
not supposed to be public).
  • Loading branch information
rwjblue committed Oct 15, 2021
1 parent 1d0e6f9 commit fe3eece
Show file tree
Hide file tree
Showing 2 changed files with 214 additions and 17 deletions.
228 changes: 212 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.4.1",
"release-it": "^14.11.6"
"release-it": "^14.11.6",
"sinon": "^11.1.2"
},
"peerDependencies": {
"release-it": "^14.0.0"
Expand Down

0 comments on commit fe3eece

Please sign in to comment.