Skip to content

Commit

Permalink
fix: ejs改为生产依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
StreakingMan committed Mar 7, 2022
1 parent a0d8610 commit 4a65d3b
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,13 +28,13 @@
"license": "ISC",
"dependencies": {
"commander": "^9.0.0",
"ejs": "^3.1.6",
"fs-extra": "^10.0.1",
"inquirer": "^8.2.0"
},
"devDependencies": {
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"ejs": "^3.1.6",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-prettier": "^4.0.0",
Expand Down

0 comments on commit 4a65d3b

Please sign in to comment.