Skip to content

Commit

Permalink
Rename nestjs-shared decorators directory
Browse files Browse the repository at this point in the history
  • Loading branch information
wcalderipe committed Mar 27, 2024
1 parent ed0a915 commit 2c505c5
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/nestjs-shared/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# NestJS Shared

This library contains the shared nestjs utilities such as validators, DTOs and decorators.
This library contains the shared NestJS utilities such as validators, DTOs and
decorators.

## Testing

Expand Down
2 changes: 1 addition & 1 deletion packages/nestjs-shared/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from './lib/decorators'
export * from './lib/decorator'
export * from './lib/dto'

0 comments on commit 2c505c5

Please sign in to comment.