Use lodash instead of merge, because the latter is ignoring one of the params passed in

This commit is contained in:
Carlo Francisco
2015-09-16 17:36:17 -04:00
parent 1f0ba1347b
commit 3d96525558
2 changed files with 3 additions and 3 deletions

View File

@@ -31,6 +31,6 @@
},
"dependencies": {
"keymirror": "^0.1.1",
"merge": "^1.2.0"
"lodash": "^3.10.1"
}
}