mirror of
https://github.com/Fdawgs/node-poppler.git
synced 2026-07-02 00:17:43 +08:00
2d4e000cf1
* refactor(index): move option objects to own files * chore(options): use keyof * chore(options): correct jsdoc tags * chore(index): ignore global-require rule * chore(.npmrc): ensure option types published * chore: fix more typos
8 lines
288 B
Plaintext
8 lines
288 B
Plaintext
# `package.json` is published to npm, so everything added is included in the installed tarball.
|
|
# Removing the `files` key and replacing it with this `.npmignore` saves some bytes, which
|
|
# should improve installation performance slightly
|
|
*
|
|
!src/**
|
|
!types/index.d.ts
|
|
!types/options/*.d.ts
|