chore(package): update xo to version 0.22.0

This commit is contained in:
greenkeeper[bot]
2018-08-06 11:48:44 -04:00
committed by Pierre Vanduynslager
parent 63d422ed5c
commit 06695a1af8
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -1,2 +1 @@
module.exports = () => {};
+1 -1
View File
@@ -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;