Skip to content

Commit a19a14a

Browse files
committed
Merge pull request #175 from ignat-zakrevsky/fix-package-json
Lodash to default dependencies
2 parents a9b7d47 + dee38dd commit a19a14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/generators/react_on_rails/templates/base/base/client/package.json.tt

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
"jquery-ujs": "^1.1.0-1",
5151
"loader-utils": "^0.2.11",
5252
<%- if options.redux? -%>
53-
"lodash": "^3.10.1",
5453
"mirror-creator": "0.0.1",
5554
<%- end -%>
55+
"lodash": "^3.10.1",
5656
"react": "^0.14.0",
5757
<%- unless options.skip_bootstrap? -%>
5858
"react-bootstrap": "^0.28.1",

0 commit comments

Comments
 (0)