Removed unused ejs dev dependency

This commit is contained in:
Steve Gravrock
2021-12-21 17:00:04 -08:00
parent c431590d65
commit 5fd0e49ccf
2 changed files with 0 additions and 13 deletions

View File

@@ -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",

View File

@@ -1,12 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>Jasmine suite</title>
<link rel="shortcut icon" href="images/jasmine_favicon.png" type="image/png" />
<link rel="stylesheet" href="lib/jasmine-core/jasmine.css" type="text/css" media="screen" />
<% files.forEach(function(file) { %>
<script src="<%= file %>" type="text/javascript"></script>
<% }) %>
<body>
</body>
</html>