Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
Update - March 2020!
Browse files Browse the repository at this point in the history
  • Loading branch information
cwbuecheler committed Mar 3, 2020
1 parent 3ee899f commit 45f386f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bin/www
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

var app = require('../app');
var debug = require('debug')('nodetest1b:server');
var debug = require('debug')('nodetest1:server');
var http = require('http');

/**
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "nodetest1b",
"name": "nodetest1",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"cookie-parser": "~1.4.3",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"ejs": "~2.5.7",
"express": "~4.16.0",
"http-errors": "~1.6.2",
"mongodb": "^3.1.13",
"monk": "^6.0.6",
"morgan": "~1.9.0"
"ejs": "~2.6.1",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"mongodb": "^3.5.4",
"monk": "^7.1.2",
"morgan": "~1.9.1"
}
}
2 changes: 1 addition & 1 deletion views/helloworld.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
</head>
<body>
<h1><%= title %></h1>
<p>Welcome to <%= title %></p>
<p>Hello, World! Welcome to <%= title %></p>
</body>
</html>

0 comments on commit 45f386f

Please sign in to comment.