Skip to content

Commit

Permalink
Upgrade lodash version to 4
Browse files Browse the repository at this point in the history
lodash v3 has an issue that causes TypeError: Cannot read property 'prototype' of undefined.
This has been fixed in v4 (lodash/lodash#223).
  • Loading branch information
rnzo authored Jul 26, 2016
1 parent 9d00cd1 commit e65e07c
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 @@ -41,7 +41,7 @@
},
"dependencies": {
"json-pointer": "^0.5.0",
"lodash": "^3.9.3",
"lodash": "^4.13.1",
"request": "^2.72.0"
}
}

0 comments on commit e65e07c

Please sign in to comment.