mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore(firefox): move sources from //lib/firefox to //lib (#3920)
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
const FirefoxLauncher = require('./lib/firefox/Launcher.js').Launcher;
|
||||
const BrowserFetcher = require('./lib/firefox/BrowserFetcher.js');
|
||||
const FirefoxLauncher = require('./lib/Launcher.js').Launcher;
|
||||
const BrowserFetcher = require('./lib/BrowserFetcher.js');
|
||||
|
||||
class Puppeteer {
|
||||
constructor() {
|
||||
|
||||
Reference in New Issue
Block a user