mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: remove top level errors and DeviceDescriptors (#6043)
As far as I can tell these became irrelevant as of v1.15 which added
`puppeteer.errors` and `puppeteer.devices [1]. This is a breaking change
but one that's easily mitigated. We've said that we don't consider
changes to our folder/file structure a breaking change, but we can't
really do that if we have these two top level files that we've
documented.
[1]: e3abb0aa32 (diff-522b24108d7446af4c59873472a90444)
This commit is contained in:
@@ -39,8 +39,6 @@
|
||||
},
|
||||
"files": [
|
||||
"lib/",
|
||||
"Errors.js",
|
||||
"DeviceDescriptors.js",
|
||||
"index.js",
|
||||
"install.js",
|
||||
"typescript-if-required.js"
|
||||
|
||||
Reference in New Issue
Block a user