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

Commit

Permalink
fix(dependency): deepmerge belongs to dependencies and not to devDepe…
Browse files Browse the repository at this point in the history
…ndencies
  • Loading branch information
claudiocro committed Oct 17, 2017
1 parent f8108cc commit 6b2dd0f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"coveralls": "^2.13.1",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"deepmerge": "^2.0.0",
"eslint": "^3.12.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
Expand Down Expand Up @@ -92,5 +91,7 @@
"webpack": "^2.2.0",
"webpack-dev-server": "^2.2.0"
},
"dependencies": {}
"dependencies": {
"deepmerge": "^2.0.0"
}
}

0 comments on commit 6b2dd0f

Please sign in to comment.