From 88e169b13802711582651e10fa4a828a361f29fa Mon Sep 17 00:00:00 2001 From: jtassin Date: Mon, 14 May 2018 09:18:48 +0200 Subject: [PATCH] v1.0.8 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5ea252ea..04c74758 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "puppeteer-pending-xhr", - "version": "1.0.7", + "version": "1.0.8", "description": "Small tool for wait that all xhr are finished in pupeteer", "main": "lib/index.js", "homepage": "https://github.com/jtassin/pending-xhr-puppeteer", @@ -47,7 +47,7 @@ "test:coverage": "jest --coverage --forceExit", "precommit": "lint-staged", "build": "rollup -c", - "publish:patch": "yarn version --patch && yarn publish" + "publish:patch": "yarn publish --patch" }, "lint-staged": { "*.{js,json,css,md}": [