Skip to content

Commit

Permalink
Use take instead of first due to difference between lodash/underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlanciaux committed Mar 12, 2016
1 parent a0cd4ff commit 3a811d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"lodash.dropright": "^4.0.0",
"lodash.filter": "^4.0.0",
"lodash.find": "^4.0.0",
"lodash.first": "^3.0.0",
"lodash.foreach": "^4.0.0",
"lodash.frompairs": "^4.0.0",
"lodash.includes": "^4.0.0",
Expand All @@ -36,6 +35,7 @@
"lodash.omit": "^4.0.1",
"lodash.pick": "^4.0.0",
"lodash.sortby": "^4.0.0",
"lodash.take": "^4.0.1",
"lodash.topairs": "^4.0.0",
"lodash.uniqueid": "^3.1.0",
"lodash.without": "^4.0.1"
Expand Down

0 comments on commit 3a811d0

Please sign in to comment.