Skip to content

Commit 85deb4c

Browse files
committed
style: housekeeping
1 parent 0522740 commit 85deb4c

File tree

5 files changed

+3
-6
lines changed

5 files changed

+3
-6
lines changed

examples/example-with-default-settings/src/app/.gitkeep

Whitespace-only changes.

examples/example-with-default-settings/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import { Logger } from '@nestjs/common';
77
import { NestFactory } from '@nestjs/core';
8-
import { HttpExceptionFilter } from '@nest-http-problem-details/nest-problem-details-filter';
8+
import { HttpExceptionFilter } from 'nest-problem-details-filter';
99
import { AppModule } from './app/app.module';
1010

1111
async function bootstrap() {

libs/.gitkeep

Whitespace-only changes.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.base.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@
1515
"skipDefaultLibCheck": true,
1616
"baseUrl": ".",
1717
"paths": {
18-
"@nest-http-problem-details/nest-problem-details": [
19-
"libs/nest-problem-details/src/index.ts"
20-
],
21-
"@nest-http-problem-details/nest-problem-details-filter": [
18+
"nest-problem-details-filter": [
2219
"libs/nest-problem-details-filter/src/index.ts"
2320
]
2421
}

0 commit comments

Comments
 (0)