Update nodejs test launcher tool

This commit is contained in:
Michael Mintz 2019-01-03 01:03:23 -05:00
parent a2b555d398
commit 32b3f154bc
2 changed files with 2 additions and 8 deletions

View File

@ -1,6 +1,6 @@
<html>
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.2.1/css/bootstrap.min.css" crossorigin="anonymous">
<style>
body {font-family: Arial, Helvetica, sans-serif;}
h1 {color:#3366CC; font-size: 32px;}

View File

@ -6,12 +6,6 @@
"start": "node ./bin/www"
},
"dependencies": {
"express": "~4.16.3",
"body-parser": "~1.18.3",
"cookie-parser": "~1.4.3",
"debug": "^3.1.0",
"pug": "~2.0.3",
"morgan": "^1.9.0",
"serve-favicon": "^2.5.0"
"express": "~4.16.4"
}
}