Skip to content

Commit 33460cd

Browse files
greenkeeper[bot]pvdlg
authored andcommitted
chore(package): update xo to version 0.25.0
1 parent e63f6f8 commit 33460cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function parse(text, regexp, mentionRegexp, {actions, issuePrefixes, hosts}) {
8888
prefix && issuePrefixes.some(issuePrefix => issuePrefix.toUpperCase() === prefix.toUpperCase())
8989
? prefix
9090
: undefined;
91-
raw = parsed[0].substring(
91+
raw = parsed[0].slice(
9292
parsed[0].indexOf(
9393
parsed[1] || hosts.find(host => parsed[0].toUpperCase().includes(host.toUpperCase())) || parsed[2] || parsed[3]
9494
)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"codecov": "^3.0.0",
1919
"nyc": "^14.0.0",
2020
"semantic-release": "^15.0.0",
21-
"xo": "^0.24.0"
21+
"xo": "^0.25.0"
2222
},
2323
"engines": {
2424
"node": ">=8.3"

0 commit comments

Comments
 (0)