Skip to content
This repository was archived by the owner on May 29, 2022. It is now read-only.

Commit 72137e0

Browse files
authored
fix(package.json): declare lodash as a dependency
1 parent edcd889 commit 72137e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"typings": "^1.3.0"
3838
},
3939
"dependencies": {
40-
"@easy-webpack/assign": "^0.9.9 || ^1.0.0"
40+
"@easy-webpack/assign": "^0.9.9 || ^1.0.0",
41+
"lodash": "^4.13.1"
4142
},
4243
"ava": {
4344
"files": [

0 commit comments

Comments
 (0)