Skip to content

Commit

Permalink
fix: make ioredis typings a normal dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Oct 6, 2019
1 parent 1e960c0 commit fb80b90
Show file tree
Hide file tree
Showing 2 changed files with 395 additions and 449 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"@commitlint/config-conventional": "^8.1.0",
"@types/bluebird": "^3.5.25",
"@types/chai": "^4.1.7",
"@types/ioredis": "^4.0.13",
"@types/lodash": "^4.14.119",
"@types/mocha": "^5.2.5",
"@types/node": "^12.6.8",
"@types/node-uuid": "^0.0.28",
"@types/semver": "^6.0.1",
"@types/sinon": "^7.0.13",
"chai": "^4.2.0",
"copyfiles": "^2.1.1",
Expand Down Expand Up @@ -78,7 +78,7 @@
"url": "https://github.com/taskforcesh/bullmq.git"
},
"dependencies": {
"@types/semver": "^6.0.1",
"@types/ioredis": "^4.0.13",
"bluebird": "^3.5.3",
"cron-parser": "^2.7.3",
"get-port": "^5.0.0",
Expand Down
Loading

0 comments on commit fb80b90

Please sign in to comment.