Minor fixes
parent
b660ba0021
commit
d18cb0843e
|
@ -290,7 +290,7 @@ function extractGameHostingData(platform, text) {
|
||||||
const LINK_OPEN = '<a';
|
const LINK_OPEN = '<a';
|
||||||
const LINK_CLOSE = '</a>';
|
const LINK_CLOSE = '</a>';
|
||||||
const HREF_START = 'href="';
|
const HREF_START = 'href="';
|
||||||
const HREF_END = '\"';
|
const HREF_END = '"';
|
||||||
const TAG_CLOSE = '>';
|
const TAG_CLOSE = '>';
|
||||||
|
|
||||||
// Identify the individual platforms
|
// Identify the individual platforms
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"unit-test": "nyc --reporter=text mocha",
|
"unit-test": "nyc --reporter=text mocha",
|
||||||
"test": "node ./app/test.js",
|
"test": "node ./test/test.js",
|
||||||
"deploy": "npm pack"
|
"deploy": "npm pack"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
Loading…
Reference in New Issue