Skip to content

Commit f694f09

Browse files
author
--global
committed
use lodash from npm, now that 4.0 is released
1 parent fbe3992 commit f694f09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"utility"
1919
],
2020
"dependencies": {
21-
"lodash": "lodash/lodash#npm",
22-
"lodash-es": "lodash/lodash#es"
21+
"lodash": "^4.0.0",
22+
"lodash-es": "^4.0.0"
2323
},
2424
"devDependencies": {
2525
"babel-cli": "^6.3.17",

0 commit comments

Comments
 (0)