From 5fd0e49ccf7da191cefe81b7647d5162d89700fe Mon Sep 17 00:00:00 2001 From: Steve Gravrock Date: Tue, 21 Dec 2021 17:00:04 -0800 Subject: [PATCH] Removed unused ejs dev dependency --- package.json | 1 - spec/support/index.html.ejs | 12 ------------ 2 files changed, 13 deletions(-) delete mode 100644 spec/support/index.html.ejs diff --git a/package.json b/package.json index cd4b29c0..db92a42e 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,6 @@ "package.json" ], "devDependencies": { - "ejs": "^2.5.5", "eslint": "^6.8.0", "eslint-plugin-compat": "^3.8.0", "fast-glob": "^2.2.6", diff --git a/spec/support/index.html.ejs b/spec/support/index.html.ejs deleted file mode 100644 index 972f09be..00000000 --- a/spec/support/index.html.ejs +++ /dev/null @@ -1,12 +0,0 @@ - - - - Jasmine suite - - - <% files.forEach(function(file) { %> - - <% }) %> - - -