From d94443d8568dc4006bdeefbe28b8a6ac730032c6 Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Thu, 21 Jul 2022 08:32:10 +0900 Subject: [PATCH] chore(package.json): remove mustache It's not needed. --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 526e0778..9c6a1a5b 100644 --- a/package.json +++ b/package.json @@ -147,7 +147,6 @@ "form-data": "^4.0.0", "jest": "27.5.1", "jest-environment-miniflare": "^2.6.0", - "mustache": "^4.2.0", "np": "^7.6.2", "prettier": "^2.6.2", "rimraf": "^3.0.2", @@ -157,4 +156,4 @@ "engines": { "node": ">=11.0.0" } -} \ No newline at end of file +}