Minor fixes

pull/6/head
MillenniumEarl 2020-10-03 16:41:09 +02:00
parent b660ba0021
commit d18cb0843e
3 changed files with 2 additions and 2 deletions

View File

@ -290,7 +290,7 @@ function extractGameHostingData(platform, text) {
const LINK_OPEN = '<a';
const LINK_CLOSE = '</a>';
const HREF_START = 'href="';
const HREF_END = '\"';
const HREF_END = '"';
const TAG_CLOSE = '>';
// Identify the individual platforms

View File

@ -14,7 +14,7 @@
},
"scripts": {
"unit-test": "nyc --reporter=text mocha",
"test": "node ./app/test.js",
"test": "node ./test/test.js",
"deploy": "npm pack"
},
"keywords": [