workshopper-adventure
Advanced tools
Comparing version 5.1.7 to 5.1.8
@@ -13,3 +13,3 @@ exports.filter = function (shop) { | ||
if (typeof line === 'string') { | ||
var data = /^([^\(<]+)\s*(<([^>]*)>)?\s*(\((https?:\/\/[^\)]+)\))?/.exec(line) | ||
var data = /^([^(<]+)\s*(<([^>]*)>)?\s*(\((https?:\/\/[^)]+)\))?/.exec(line) | ||
line = { | ||
@@ -26,3 +26,3 @@ name: data[1], | ||
if (line.url) { | ||
var github = /^https?:\/\/(www\.)?github\.(com|io)\/([^\)\/]+)/.exec(line.url) | ||
var github = /^https?:\/\/(www\.)?github\.(com|io)\/([^)/]+)/.exec(line.url) | ||
if (github) { | ||
@@ -29,0 +29,0 @@ result.push('@' + github[3]) |
{ | ||
"name": "workshopper-adventure", | ||
"version": "5.1.7", | ||
"version": "5.1.8", | ||
"description": "A terminal workshop runner framework (adventure compatible)", | ||
@@ -24,3 +24,3 @@ "main": "./index.js", | ||
"string-to-stream": "^1.1.0", | ||
"through2": "^2.0.1", | ||
"through2": "^2.0.3", | ||
"workshopper-adventure-storage": "^3.0.0" | ||
@@ -36,3 +36,3 @@ }, | ||
"devDependencies": { | ||
"standard": "^8.3.0", | ||
"standard": "^8.6.0", | ||
"workshopper-exercise": "^2.7.0" | ||
@@ -39,0 +39,0 @@ }, |
139213
Updatedthrough2@^2.0.3