diff --git a/package.json b/package.json index 21565353..5bf1ef51 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,20 @@ { "name": "puppeteer-pending-xhr", - "version": "1.0.2", + "version": "1.0.6", "description": "Small tool for wait that all xhr are finished in pupeteer", "main": "lib/index.js", - "module": "src/index.js", - "repository": "git@github.com:jtassin/pending-xhr-puppeteer.git", - "author": "julien.tassin.pro@gmail.com", + "homepage": "https://github.com/jtassin/pending-xhr-puppeteer", + "repository": { + "type": "git", + "url": "https://github.com/jtassin/pending-xhr-puppeteer.git" + }, + "bugs": { + "url": "https://github.com/jtassin/pending-xhr-puppeteer/issues" + }, + "author": "Julien TASSIN", "license": "MIT", - "browser": false, "private": false, - "engines": { - "node": ">=8.0.0" - }, + "keywords": ["puppeteer", "xhr", "pending", "wait", "nodejs", "e2e"], "devDependencies": { "eslint": "^4.19.1", "eslint-config-prettier": "^2.9.0",