Removed unused ejs dev dependency
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user