Skip to content

Commit

Permalink
fix package.json dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lykmapipo committed Apr 13, 2015
1 parent cc0f5d1 commit f745a1b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@
},
"homepage": "https://github.com/lykmapipo/kue-scheduler",
"dependencies": {
"async": "^0.9.0",
"cron": "^1.0.9",
"date.js": "^0.2.0",
"human-interval": "^0.1.4",
"node-uuid": "^1.4.3",
"redis": "0.12.1"
"lodash": "^3.6.0",
"node-uuid": "^1.4.3"
},
"peerDependencies": {
"kue": "^0.8.12"
Expand Down

0 comments on commit f745a1b

Please sign in to comment.