From f9a78c3448be6581b921355ed1c4cbed49e1f044 Mon Sep 17 00:00:00 2001 From: Julien Date: Fri, 11 May 2018 22:37:25 +0200 Subject: [PATCH] still not visible on npmjs :/ --- package.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index da2ddbd5..87bb004d 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,15 @@ "version": "1.0.5", "description": "Small tool for wait that all xhr are finished in pupeteer", "main": "lib/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", "private": false, "keywords": ["puppeteer", "xhr", "pending", "wait", "nodejs", "e2e"],