Replace lodash with lodash.merge

Single module should be smaller

Signed-off-by: Jakub Juszczak <netghost03@gmail.com>
This commit is contained in:
Jakub Juszczak
2017-09-02 13:40:16 +02:00
parent 82712948e9
commit 6de69631b3
3 changed files with 7 additions and 3 deletions

View File

@@ -57,7 +57,7 @@
"prepublish": "yarn run lint && yarn run test && yarn run build"
},
"dependencies": {
"lodash": "^4.17.4"
"lodash.merge": "^4.6.0"
},
"peerDependencies": {
"chart.js": "^2.6.0",