mirror of
https://github.com/KevinMidboe/vue-chartjs.git
synced 2025-10-29 18:00:20 +00:00
Replace lodash with lodash.merge
Single module should be smaller Signed-off-by: Jakub Juszczak <netghost03@gmail.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user