Skip to content

Commit

Permalink
fix: move "fs-extra" to the normal dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Jul 6, 2020
1 parent 224448d commit 2b4f78a
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 @@ -41,7 +41,6 @@
"devDependencies": {
"eslint": "^7.2.0",
"eslint-config-prettier": "^6.7.0",
"fs-extra": "^9.0.1",
"husky": ">=4",
"jest": "^26.0.1",
"lint-staged": ">=10",
Expand All @@ -54,6 +53,7 @@
"dependencies": {
"debug": "^4.1.1",
"semver": "^7.3.2",
"fs-extra": "^9.0.1",
"got": "^11.3.0"
},
"husky": {
Expand Down

0 comments on commit 2b4f78a

Please sign in to comment.