epoberezkin / fast-json-stable-stringify

Deterministic JSON.stringify() - a faster version of @substack's json-stable-strigify without jsonify.
Other
288 stars 34 forks source link

Use npm files to reduce the package content #19

Closed abdonrd closed 3 years ago

abdonrd commented 4 years ago

At npm we just need the index.js and the index.d.ts files, so:

Screenshot 2020-06-07 at 18 43 32
coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 3f381b1b53c826e8fed9e0e4b14fffeecc0d58bf on abdonrd:npm-files into bca5fccb9c255177bfcfe2ea701720c4991afce9 on epoberezkin:master.

abdonrd commented 3 years ago

Closing because no response.