playwright/.npmignore
Dmitry Gozman 429720c8a3 chore: prepare to npm publish
- setup .npmignore;
- index.js selecting a browser;
- minor package.json tweaks;
- example script which works against npm pack'ed module.
2019-12-05 09:32:50 -08:00

14 lines
183 B
Plaintext

**/*
# include sources from lib except for injected
!lib/**/*.js
lib/injected/
# include root helpers
!chromium.js
!DeviceDescriptors.js
!Errors.js
!firefox.js
!index.js
!webkit.js