Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @nestjs-plus/[email protected]
 - @nestjs-plus/[email protected]
  • Loading branch information
WonderPanda committed Jan 26, 2019
1 parent 6bf8197 commit 68f9a23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/caching/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjs-plus/caching",
"version": "0.0.5-alpha.0",
"version": "0.0.6-alpha.0",
"description": "A Badass Caching Module for NestJS",
"author": "Jesse Carter <[email protected]>",
"license": "MIT",
Expand All @@ -18,7 +18,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@nestjs-plus/common": "^0.0.0",
"@nestjs-plus/common": "^0.0.1-alpha.0",
"@nestjs/common": "^5.6.2",
"@nestjs/core": "^5.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjs-plus/common",
"version": "0.0.0",
"version": "0.0.1-alpha.0",
"description": "Common functions and utilities",
"author": "Jesse Carter <[email protected]>",
"homepage": "https://github.com/WonderPanda/nestjs-plus#readme",
Expand Down

0 comments on commit 68f9a23

Please sign in to comment.