Skip to content

Commit

Permalink
Regenerator runtime not required
Browse files Browse the repository at this point in the history
  • Loading branch information
latesh committed Sep 18, 2017
1 parent ebcb75d commit 1307cb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppeteer-pool",
"version": "1.0.2",
"version": "1.0.3",
"description": "Resource pool for Node.js Puppeteer",
"main": "./lib/index.js",
"directories": {
Expand Down
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import puppeteer from 'puppeteer'
import genericPool from 'generic-pool'
import initDebug from 'debug'
const debug = initDebug('puppeteer-pool')
let regeneratorRuntime = require("regenerator-runtime")

const initPuppeteerPool = ({
max = 10,
Expand Down

0 comments on commit 1307cb1

Please sign in to comment.