Skip to content

Commit

Permalink
fix(example): remove compression dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
flolu authored and alexeagle committed Oct 17, 2020
1 parent c7be89b commit 75bf720
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion examples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"@angular/service-worker": "10.0.2",
"@ngrx/store": "9.2.0",
"@nguniversal/express-engine": "^9.0.0",
"compression": "^1.7.4",
"date-fns": "1.30.1",
"rxjs": "6.5.3",
"systemjs": "6.1.2",
Expand Down
1 change: 0 additions & 1 deletion examples/angular/src/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ ts_library(
"//src/app:app_server",
"@npm//@nguniversal/express-engine",
"@npm//@types/node",
"@npm//compression",
"@npm//express",
],
)
Expand Down
1 change: 0 additions & 1 deletion examples/angular/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import 'zone.js/dist/zone-node';
import { ngExpressEngine } from '@nguniversal/express-engine';
import * as express from 'express';
import { join } from 'path';
import * as compression from 'compression';

import { AppServerModule } from './app/app.server.module';

Expand Down
2 changes: 1 addition & 1 deletion examples/angular/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2085,7 +2085,7 @@ compressible@~2.0.16:
dependencies:
mime-db ">= 1.38.0 < 2"

compression@^1.7.0, compression@^1.7.4:
compression@^1.7.0:
version "1.7.4"
resolved "https://registry.yarnpkg.com/compression/-/compression-1.7.4.tgz#95523eff170ca57c29a0ca41e6fe131f41e5bb8f"
integrity sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==
Expand Down

0 comments on commit 75bf720

Please sign in to comment.