Skip to content

Commit

Permalink
chore(package): update xo to version 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] authored and pvdlg committed Aug 6, 2018
1 parent 63d422e commit 06695a1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -66,7 +66,7 @@
"proxyquire": "^2.0.0",
"sinon": "^6.0.0",
"tempy": "^0.2.1",
"xo": "^0.21.0"
"xo": "^0.22.0"
},
"engines": {
"node": ">=8.3"
Expand Down
1 change: 0 additions & 1 deletion test/fixtures/index.js
@@ -1,2 +1 @@
module.exports = () => {};

2 changes: 1 addition & 1 deletion test/fixtures/plugin-error-inherited.js
@@ -1,7 +1,7 @@
const SemanticReleaseError = require('@semantic-release/error');

class InheritedError extends SemanticReleaseError {
constructor(message, code, newProperty) {
constructor(message, code) {
super(message);
Error.captureStackTrace(this, this.constructor);
this.name = this.constructor.name;
Expand Down

0 comments on commit 06695a1

Please sign in to comment.