From 5c84b3183fe2bf4f8c32d45a26364f35f48fb53b Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sat, 18 Mar 2017 02:48:22 +0000 Subject: [PATCH] chore(package): update standard to version 9.0.2 https://greenkeeper.io/ --- lib/formatter.js | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/formatter.js b/lib/formatter.js index 9e18852..ca3c118 100644 --- a/lib/formatter.js +++ b/lib/formatter.js @@ -21,7 +21,6 @@ const utils = require('./utils') * -------------------------------------------------------------------------- */ module.exports = class Formatter { - get (entry, options = {}) { _.defaults(options, { context: 2 }) @@ -85,5 +84,4 @@ module.exports = class Formatter { const cleaned = line.replace(/\s/g, '') return cleaned.indexOf('|') !== cleaned.length - 1 } - } diff --git a/package.json b/package.json index a89aeaf..d3fb8b6 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "istanbul": "^0.4.5", "mocha": "^3.1.2", "nyc": "^10.0.0", - "standard": "^8.6.0" + "standard": "^9.0.2" }, "standard": { "ignore": ["test/fixtures/**/*.js"]