Add lodash

This commit is contained in:
simonguo 2017-11-04 22:50:47 +08:00
parent 7e56023488
commit 74dc4be9cf
1 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,7 @@
}, },
"homepage": "https://github.com/somonus/react-native-echarts#readme", "homepage": "https://github.com/somonus/react-native-echarts#readme",
"dependencies": { "dependencies": {
"echarts": "3.2.3" "echarts": "3.2.3",
"lodash": "^4.17.4"
} }
} }