From 4a65d3be10f245bc5cc856e177145bd65efc4f73 Mon Sep 17 00:00:00 2001 From: streakingman Date: Tue, 8 Mar 2022 00:13:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20ejs=E6=94=B9=E4=B8=BA=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aef83cf..1509c05 100644 --- a/package.json +++ b/package.json @@ -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",