Skip to content

Commit

Permalink
fix: fs-extra改为生产依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
StreakingMan committed Mar 7, 2022
1 parent fc1dfeb commit 5545f60
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 @@ -28,6 +28,7 @@
"license": "ISC",
"dependencies": {
"commander": "^9.0.0",
"fs-extra": "^10.0.1",
"inquirer": "^8.2.0"
},
"devDependencies": {
Expand All @@ -37,7 +38,6 @@
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-prettier": "^4.0.0",
"fs-extra": "^10.0.1",
"husky": "^7.0.4",
"lint-staged": "^12.3.4",
"prettier": "^2.5.1",
Expand Down

0 comments on commit 5545f60

Please sign in to comment.