Skip to content

Commit

Permalink
fix(package.json): fix miss RedisOptions bug
Browse files Browse the repository at this point in the history
#3,#4 add @types/ioredis,@types/uuid

fix #3,fix #4
  • Loading branch information
skunight committed Dec 24, 2018
1 parent ec94321 commit 060fe7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
},
"dependencies": {
"@nestjs/common": "^5.1.0",
"@types/ioredis": "^4.0.4",
"@types/uuid": "^3.4.4",
"ioredis": "^4.2.0",
"rxjs": "^6.2.2",
"uuid": "^3.3.2"
},
"devDependencies": {
"@nestjs/testing": "^5.5.0",
"@types/ioredis": "^4.0.4",
"@types/node": "^10.7.1",
"@types/uuid": "^3.4.4",
"cz-conventional-changelog": "^2.1.0",
"jest": "^23.6.0",
"ts-jest": "^23.10.5",
Expand Down

1 comment on commit 060fe7b

@sinoon
Copy link

@sinoon sinoon commented on 060fe7b Dec 26, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome

Please sign in to comment.