Skip to content

Commit

Permalink
fix(types): disable shipping our own d.ts file (#3882)
Browse files Browse the repository at this point in the history
It looks like this was a breaking change for people using DefinitelyTyped's definitions. Let's revert, and revisit it for 2.0

References #3878, #2079
  • Loading branch information
JoelEinbinder authored and aslushnikov committed Feb 1, 2019
1 parent 718cdf1 commit 23b7465
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ yarn.lock
README.md
tsconfig.json
experimental

# exclude types, see https://github.com/GoogleChrome/puppeteer/issues/3878
/index.d.ts

0 comments on commit 23b7465

Please sign in to comment.