Skip to content

Commit e87ca6b

Browse files
fix(package): add missing dep
1 parent 50ca417 commit e87ca6b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"license": "MIT",
1010
"repository": "expressjs/compression",
1111
"dependencies": {
12+
"@stdlib/assert-is-uint8array": "^0.0.8",
1213
"accepts": "~1.3.7",
1314
"bytes": "3.0.0",
1415
"compressible": "~2.0.17",
@@ -28,7 +29,8 @@
2829
"eslint-plugin-standard": "4.0.1",
2930
"istanbul": "0.4.5",
3031
"mocha": "6.2.0",
31-
"supertest": "4.0.2"
32+
"supertest": "4.0.2",
33+
"sinon": "^4.0.0"
3234
},
3335
"files": [
3436
"LICENSE",

0 commit comments

Comments
 (0)