ChromeDevTools / devtools-protocol

Chrome DevTools Protocol
https://chromedevtools.github.io/devtools-protocol/
BSD 3-Clause "New" or "Revised" License
1.15k stars 226 forks source link

Explicitly specify folders to be included in npm package #221

Closed mathiasbynens closed 4 years ago

mathiasbynens commented 4 years ago

Previously, .github/* was included in the package. I’ve confirmed with npm pack that this is the only difference introduced by this patch.

Note that I’ve removed .npmignore since it’s a denylist (and thus easy to get out of date, which happened here), whereas package.json#files is an allowlist.