Minor fixes
parent
b660ba0021
commit
d18cb0843e
|
@ -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
|
||||
|
|
|
@ -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": [
|
||||
|
|
Loading…
Reference in New Issue