Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
807 changes: 17 additions & 790 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@
"express-handlebars": "^3.0.0",
"fs": "0.0.1-security",
"jsonwebtoken": "^8.1.0",
"nodemailer": "^4.4.2",
"nodemon": "^1.14.11",
"pg": "^7.4.1"
"pg": "^7.4.1",
"serve-favicon": "^2.4.5"
},
"devDependencies": {
"eslint": "^4.15.0",
Expand All @@ -27,7 +29,7 @@
"scripts": {
"start": "node src/index.js",
"watch": "nodemon src/index.js",
"test": "tape ./src/tests/tests.js | tap-spec",
"test": "tape tests.js | tap-spec",
"pretest": "node src/models/database/db_build.js"
},
"repository": {
Expand Down
76 changes: 0 additions & 76 deletions public/aboutus.html

This file was deleted.

62 changes: 0 additions & 62 deletions public/blogArtical.html

This file was deleted.

84 changes: 0 additions & 84 deletions public/blogs.html

This file was deleted.

64 changes: 0 additions & 64 deletions public/contactus.html

This file was deleted.

Loading