Compare commits
No commits in common. "709cc83fecbdf53d1a5557cb2a9ee9c147a016f2" and "63e0e34cb761c00638a8e52573ad315e6e73a9df" have entirely different histories.
709cc83fec
...
63e0e34cb7
@ -9,7 +9,7 @@ const info = {
|
||||
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 = {
|
||||
name: "Contracting Company",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "thermal",
|
||||
"version": "1.1.0",
|
||||
"version": "1.0.0",
|
||||
"description": "Web portal to print to a TSP100 thermal printer.",
|
||||
"main": "app.js",
|
||||
"scripts": {
|
||||
|
Loading…
Reference in New Issue
Block a user