Skip to content

Commit

Permalink
fix(style): update for standard v9
Browse files Browse the repository at this point in the history
update to standard v9
  • Loading branch information
martinheidegger authored Mar 6, 2017
2 parents d1d2a62 + 72f7a6d commit 18b55d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -563,8 +563,8 @@ WA.prototype.getExerciseText = function printExercise (specifier, contentOnly, c
}
if (!contentOnly) {
stream.append(exercise.footer, this.options.defaultOutputType) ||
stream.append(this.options.footer, this.options.defaultOutputType) &&
stream.append('\n')
(stream.append(this.options.footer, this.options.defaultOutputType) &&
stream.append('\n'))
}
callback(null, stream)
}.bind(this))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"example": "examples"
},
"devDependencies": {
"standard": "^8.6.0"
"standard": "^9.0.0"
},
"scripts": {
"test": "standard"
Expand Down

0 comments on commit 18b55d3

Please sign in to comment.