Skip to content

Commit

Permalink
fix: move deepmerge to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Aug 22, 2022
1 parent 0aa211f commit 06109d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
},
"dependencies": {
"commander": "^9.4.0",
"deepmerge": "^4.2.2",
"fs-extra": "^10.1.0",
"p-debounce": "^4.0.0",
"pkg-up": "^4.0.0",
Expand All @@ -66,7 +67,6 @@
"chai": "^4.3.6",
"concurrently": "^7.3.0",
"cross-env": "^7.0.3",
"deepmerge": "^4.2.2",
"eslint": "^8.22.0",
"husky": "4.x",
"mocha": "^10.0.0",
Expand Down

0 comments on commit 06109d4

Please sign in to comment.