Skip to content

Commit

Permalink
chore: re-export devtools-protocol from core (#9402)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Dec 12, 2022
1 parent 974749e commit d55af2d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/puppeteer/package.json
Expand Up @@ -123,7 +123,6 @@
"license": "Apache-2.0",
"dependencies": {
"cosmiconfig": "8.0.0",
"devtools-protocol": "0.0.1068969",
"https-proxy-agent": "5.0.1",
"progress": "2.0.3",
"proxy-from-env": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/puppeteer/src/puppeteer.ts
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

export {Protocol} from 'devtools-protocol';
export {Protocol} from 'puppeteer-core';

export * from 'puppeteer-core/internal/puppeteer-core.js';

Expand Down

0 comments on commit d55af2d

Please sign in to comment.