From 3bf5b0a665ae27a9abe5211b52839945ee0a2e94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aran=C4=91el=20=C5=A0arenac?= Date: Mon, 1 Jul 2019 19:07:17 +0200 Subject: [PATCH] chore(version): bump to 1.6.2 --- package.json | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 1c79ee4..b8cf28b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tape-nock", "description": "Automatically record and playback HTTP calls for each tape test.", - "version": "1.6.1", + "version": "1.6.2", "author": "Dan Flettre ", "bugs": { "url": "https://github.com/Flet/tape-nock/issues" @@ -49,16 +49,11 @@ "engines": { "node": ">= 6" }, - "contributors": [ - "Arandjel Sarenac " - ], + "contributors": ["Arandjel Sarenac "], "typings": "index.d.ts", "config": { "nyc": { - "exclude": [ - "node_modules/**", - "test/**" - ] + "exclude": ["node_modules/**", "test/**"] } } }