Skip to content

Commit

Permalink
v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jtassin committed May 14, 2018
1 parent e289572 commit 88e169b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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}": [
Expand Down

0 comments on commit 88e169b

Please sign in to comment.