-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Julien
committed
May 11, 2018
1 parent
4ecd5e9
commit f9a78c3
Showing
1 changed file
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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": "[email protected]:jtassin/pending-xhr-puppeteer.git", | ||
"author": "[email protected]", | ||
"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"], | ||
|