Skip to content

Commit 4271eb3

Browse files
committed
[fixed] add lodash as direct dependency
1 parent 0014d83 commit 4271eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@
8484
"karma-webpack": "^1.5.0",
8585
"less": "^2.4.0",
8686
"less-loader": "^2.1.0",
87-
"lodash": "^3.5.0",
8887
"marked": "^0.3.3",
8988
"mocha": "^2.2.1",
9089
"mt-changelog": "^0.6.1",
@@ -109,6 +108,7 @@
109108
},
110109
"dependencies": {
111110
"babel-runtime": "^5.1.10",
111+
"lodash": "^3.5.0",
112112
"classnames": "^2.0.0"
113113
}
114114
}

0 commit comments

Comments
 (0)