Merge pull request #56 from dtinth/patch-1

Allow updeep to be require()’d from CommonJS
main
Aaron Jensen 2016-03-19 20:45:05 -07:00
commit f686de29c7
1 changed files with 1 additions and 1 deletions

View File

@ -26,4 +26,4 @@ u.update = update;
u.updateIn = updateIn;
u.withDefault = withDefault;
export default u;
module.exports = u;