Skip to content

Commit 447223c

Browse files
committed
✨ Add lodash as direct dependency as es6 module is not bundled
1 parent 504c0b1 commit 447223c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
},
5959
"dependencies": {
6060
"chart.js": "^2.5.0",
61+
"lodash": "^4.17.4",
6162
"vue": "^2.2.1"
6263
},
6364
"devDependencies": {
@@ -101,7 +102,6 @@
101102
"karma-sourcemap-loader": "^0.3.7",
102103
"karma-spec-reporter": "0.0.26",
103104
"karma-webpack": "^1.7.0",
104-
"lodash": "^4.17.4",
105105
"lolex": "^1.4.0",
106106
"mocha": "^3.1.0",
107107
"nightwatch": "^0.9.8",

0 commit comments

Comments
 (0)