Skip to content

Commit

Permalink
updating collections package to @^2.0
Browse files Browse the repository at this point in the history
there was a bug with Array.find that was giving us trouble (bug:
montagejs/collections#139) and this bug is no
longer present in 2.0 version of collections.
  • Loading branch information
rodney committed Jan 21, 2016
1 parent b76dae6 commit b3b810f
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 @@ -16,7 +16,7 @@
"license": "ISC",
"dependencies": {
"async": "^0.9.0",
"collections": "^1.2.3",
"collections": "^2.0",
"line-reader": "^0.2.4",
"oniguruma": "^5.1.1"
},
Expand Down

0 comments on commit b3b810f

Please sign in to comment.