From 8a6e24f11dce4289cb49fd5605810f86667a19a1 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Mon, 20 Mar 2017 10:27:12 +0100 Subject: [PATCH] Updated devDependencies. --- package.json | 7 ++++--- test/browser.test.js | 1 - 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5737271ed..0b5586cf9 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,8 @@ ], "scripts": { "browser-test": "zuul tape test/browser.test.js --local", - "test": "standard && tap --no-cov test/*test.js", - "ci": "standard && tap --cov test/*test.js", + "test": "standard | snazzy && tap --no-cov test/*test.js", + "ci": "standard | snazzy && tap --cov test/*test.js", "bench-all": "node benchmarks/runbench all", "bench-basic": "node benchmarks/runbench basic", "bench-object": "node benchmarks/runbench object", @@ -65,7 +65,8 @@ "loglevel": "^1.4.0", "pre-commit": "^1.2.2", "pump": "^1.0.1", - "standard": "^8.6.0", + "snazzy": "^6.0.0", + "standard": "^9.0.0", "steed": "^1.1.3", "tap": "^10.0.0", "tape": "^4.6.2", diff --git a/test/browser.test.js b/test/browser.test.js index 8eba5afc3..c5d2619d5 100644 --- a/test/browser.test.js +++ b/test/browser.test.js @@ -252,4 +252,3 @@ function sink (method, fn) { fn(Array.prototype.slice.call(arguments)) } } -