From 996457aca491c3784aa3ed2f5607a78863b92c88 Mon Sep 17 00:00:00 2001 From: Jeff Steward Date: Thu, 23 Apr 2020 16:17:20 -0400 Subject: [PATCH] update the application name --- package.json | 2 +- routes/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 14b734f..be779fb 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "tms-dashboard", + "name": "ham-dashboard", "version": "0.0.0", "private": true, "scripts": { diff --git a/routes/index.js b/routes/index.js index a7ef027..d47be8e 100644 --- a/routes/index.js +++ b/routes/index.js @@ -5,7 +5,7 @@ var async = require('async'); var stats = require('../modules/data') const API_KEY = process.env['API_KEY']; -const APP_TITLE = 'TMS Dashboard'; +const APP_TITLE = 'HAM Dashboard'; let data = { datafreshness: 0,