Skip to content

Commit b5a912b

Browse files
authored
feat: sinon is a dev dependency (#71)
1 parent 30edc80 commit b5a912b

File tree

2 files changed

+32
-17
lines changed

2 files changed

+32
-17
lines changed

Diff for: package-lock.json

+30-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "1.1.1",
44
"devDependencies": {
55
"mocha": "^7.1.1",
6-
"should": "^11.2.1"
6+
"should": "^11.2.1",
7+
"sinon": "^9.0.2"
78
},
89
"main": "./lib",
910
"repository": "https://github.com/auth0/node-xml-encryption",
@@ -21,7 +22,6 @@
2122
"dependencies": {
2223
"escape-html": "^1.0.3",
2324
"node-forge": "^0.7.0",
24-
"sinon": "^9.0.1",
2525
"xmldom": "~0.1.15",
2626
"xpath": "0.0.27"
2727
},

0 commit comments

Comments
 (0)