Skip to content

Commit 7c102c4

Browse files
committed
Bumped fastify-plugin to 1.0.0.
1 parent 8446fe8 commit 7c102c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
"description": "Fastify compression utils",
55
"main": "index.js",
66
"dependencies": {
7-
"fastify-plugin": "^0.2.2",
7+
"fastify-plugin": "^1.0.0",
88
"mime-db": "^1.33.0",
99
"pump": "^3.0.0",
1010
"string-to-stream": "^1.1.0"
1111
},
1212
"devDependencies": {
1313
"fastify": "^1.3.0",
14-
"jsonstream": "^1.0.3",
1514
"iltorb": "^2.3.0",
15+
"jsonstream": "^1.0.3",
1616
"standard": "^11.0.1",
17-
"tap": "^11.1.3"
17+
"tap": "^11.1.4"
1818
},
1919
"scripts": {
2020
"unit": "tap test.js",

0 commit comments

Comments
 (0)