Compare commits

..

No commits in common. "709cc83fecbdf53d1a5557cb2a9ee9c147a016f2" and "63e0e34cb761c00638a8e52573ad315e6e73a9df" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ const info = {
supportPhone: "(207) 453-5079" supportPhone: "(207) 453-5079"
} }
const receiptFooter = `For other technical assistance, contact ${info.deptName}:\n${info.supportEmail}\nor ${info.supportPhone}.`; const receiptFooter = `For other technical support, contact ${info.deptName} at ${info.supportEmail} or ${info.supportPhone}.`;
const mccContractor = { const mccContractor = {
name: "Contracting Company", name: "Contracting Company",

View File

@ -1,6 +1,6 @@
{ {
"name": "thermal", "name": "thermal",
"version": "1.1.0", "version": "1.0.0",
"description": "Web portal to print to a TSP100 thermal printer.", "description": "Web portal to print to a TSP100 thermal printer.",
"main": "app.js", "main": "app.js",
"scripts": { "scripts": {