Skip to content

Commit

Permalink
chore: Release 6.1.1
Browse files Browse the repository at this point in the history
- Lazy load optional packages #119
  • Loading branch information
BrunnerLivio committed Apr 22, 2019
1 parent 8010190 commit 3392c86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjs/terminus",
"version": "6.1.0",
"version": "6.1.1",
"description": "Nest - modern, fast, powerful node.js web framework (@terminus)",
"repository": {
"url": "https://github.com/nestjs/terminus"
Expand Down
2 changes: 1 addition & 1 deletion sample/000-dogs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./test/jest-e2e.json"
"test:e2e": "jest --config ./test/jest-e2e.json"$
},
"dependencies": {
"@godaddy/terminus": "4.1.0",
Expand Down

0 comments on commit 3392c86

Please sign in to comment.