Skip to content

Commit

Permalink
Add missing dependency "compression" to next-server (#8344)
Browse files Browse the repository at this point in the history
* Add missing dependency "compression"

* Remove "compression" dependency from next
  • Loading branch information
elliottsj authored and Timer committed Aug 13, 2019
1 parent 55ccb09 commit de4e16b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions packages/next-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
},
"dependencies": {
"@ampproject/toolbox-optimizer": "1.0.1",
"compression": "1.7.4",
"content-type": "1.0.4",
"cookie": "0.4.0",
"etag": "1.8.1",
Expand Down
1 change: 0 additions & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
"babel-plugin-transform-async-to-promises": "0.8.10",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"chalk": "2.4.2",
"compression": "1.7.4",
"find-up": "4.0.0",
"fork-ts-checker-webpack-plugin": "1.3.4",
"fresh": "0.5.2",
Expand Down

0 comments on commit de4e16b

Please sign in to comment.