Skip to content

Commit

Permalink
feat: sinon is a dev dependency (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
FauxFaux committed May 6, 2020
1 parent 30edc80 commit b5a912b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 17 deletions.
45 changes: 30 additions & 15 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -3,7 +3,8 @@
"version": "1.1.1",
"devDependencies": {
"mocha": "^7.1.1",
"should": "^11.2.1"
"should": "^11.2.1",
"sinon": "^9.0.2"
},
"main": "./lib",
"repository": "https://github.com/auth0/node-xml-encryption",
Expand All @@ -21,7 +22,6 @@
"dependencies": {
"escape-html": "^1.0.3",
"node-forge": "^0.7.0",
"sinon": "^9.0.1",
"xmldom": "~0.1.15",
"xpath": "0.0.27"
},
Expand Down

0 comments on commit b5a912b

Please sign in to comment.