- setup .npmignore; - index.js selecting a browser; - minor package.json tweaks; - example script which works against npm pack'ed module.
14 lines
183 B
Plaintext
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
|