inspect-js / is-typed-array

Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
MIT License
12 stars 7 forks source link

Update .npmignore file #51

Closed hildjj closed 3 years ago

hildjj commented 3 years ago

To not include coverage output, config files, tests, and github actions.

Compressed package size goes from 8.1 kB to 4.0 kB. Uncompressed package size goes from 36.7 kB to 10.5 kB

to check, run npm pack --dry-run

I also updated the dependencies and re-ran all of the tests while I was in there.

codecov[bot] commented 3 years ago

Codecov Report

Merging #51 (70dc7b6) into main (16826a4) will decrease coverage by 4.87%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #51      +/-   ##
==========================================
- Coverage   87.80%   82.92%   -4.88%     
==========================================
  Files           1        1              
  Lines          41       41              
  Branches       10       10              
==========================================
- Hits           36       34       -2     
- Misses          5        7       +2     
Impacted Files Coverage Δ
index.js 82.92% <0.00%> (-4.88%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 16826a4...1ebb81a. Read the comment docs.

hildjj commented 3 years ago

Yikes, you support a bunch of old versions of things. I'll back out the dependency updates.

hildjj commented 3 years ago

I'm going t start over. :)

ljharb commented 3 years ago

In the future, please do not make duplicate PRs - that leaves a permanent git ref polluting the repo.

hildjj commented 3 years ago

Nod, apologies.