Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

Commit

Permalink
Add missing package 'lodash' #11
Browse files Browse the repository at this point in the history
  • Loading branch information
danistefanovic committed Jan 24, 2016
1 parent 0bf05a7 commit 832c959
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 @@ -59,7 +59,8 @@
"chalk": "1.1.1",
"express": "4.13.3",
"joi": "7.1.0",
"yargs": "3.31.0",
"source-map-support": "0.4.0"
"lodash": "4.0.0",
"source-map-support": "0.4.0",
"yargs": "3.31.0"
}
}

0 comments on commit 832c959

Please sign in to comment.