chore(firefox): readme link to isready site (#3930)

This commit is contained in:
Paul Irish 2019-02-06 10:06:36 -08:00 committed by Andrey Lushnikov
parent 14fb3e38db
commit c3b6619432
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@
> Use Puppeteer's API with Firefox
> **BEWARE**: This project is experimental. 🐊 live here.
> **BEWARE**: This project is experimental. 🐊 live here. [Is Puppeteer-Firefox Ready?](https://aslushnikov.github.io/ispuppeteerfirefoxready/)
## Getting Started

View File

@ -4,6 +4,7 @@
"description": "Puppeteer API for Firefox",
"main": "index.js",
"repository": "github:GoogleChrome/puppeteer",
"homepage": "https://github.com/GoogleChrome/puppeteer/tree/master/experimental/puppeteer-firefox",
"engines": {
"node": ">=8.9.4"
},