Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
underfisk committed Jan 4, 2021
1 parent ddaafd6 commit 4b94210
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-pusher",
"version": "0.0.1",
"version": "0.0.2",
"description": "Pusher module for nestjs with support for event chunking and decorators",
"author": "Underfisk",
"private": false,
Expand Down Expand Up @@ -31,6 +31,8 @@
},
"devDependencies": {
"@nestjs/cli": "^7.5.1",
"@nestjs/common": "^7.5.1",
"@nestjs/core": "^7.5.1",
"@nestjs/schematics": "^7.1.3",
"@nestjs/testing": "^7.5.1",
"@types/express": "^4.17.8",
Expand All @@ -51,9 +53,7 @@
"ts-loader": "^8.0.8",
"ts-node": "^9.0.0",
"tsconfig-paths": "^3.9.0",
"typescript": "^4.0.5",
"@nestjs/common": "^7.5.1",
"@nestjs/core": "^7.5.1"
"typescript": "^4.0.5"
},
"jest": {
"moduleFileExtensions": [
Expand All @@ -73,8 +73,8 @@
"testEnvironment": "node"
},
"peerDependencies": {
"pusher": "^4.0.2",
"@nestjs/common": "^7.5.1",
"@nestjs/core": "^7.5.1"
"@nestjs/core": "^7.5.1",
"pusher": "^4.0.2"
}
}

0 comments on commit 4b94210

Please sign in to comment.