Skip to content

Commit

Permalink
Add typings to dependencies again
Browse files Browse the repository at this point in the history
  • Loading branch information
havsar committed Nov 18, 2018
1 parent 6f4d510 commit 036d3d1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
16 changes: 5 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@
},
"homepage": "https://github.com/havsar/node-ts-cache#readme",
"dependencies": {
"bluebird": "^3.5.3",
"lodash": "^4.17.11",
"redis": "^2.7.0"
},
"devDependencies": {
"@types/bluebird": "^3.5.24",
"@types/lodash": "^4.14.118",
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.9",
"@types/redis": "^2.8.7",
"@types/sinon": "^5.0.5",
"bluebird": "^3.5.3",
"lodash": "^4.17.11",
"redis": "^2.7.0"
},
"devDependencies": {
"mocha": "^5.2.0",
"sinon": "^7.1.1",
"ts-node": "^7.0.1",
Expand Down

0 comments on commit 036d3d1

Please sign in to comment.