Skip to content

Commit dfb0d42

Browse files
author
Kevin Whitley
committed
Fixes #18 - updated lodash to stifle error
1 parent 1af9ecc commit dfb0d42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"test": "grunt"
4040
},
4141
"dependencies": {
42-
"memory-cache": "0.0.5",
43-
"lodash": "~1.3.1",
44-
"inflection": "~1.2.6"
42+
"inflection": "~1.2.6",
43+
"lodash": "^4.11.1",
44+
"memory-cache": "0.0.5"
4545
}
4646
}

0 commit comments

Comments
 (0)