garycourt / uri-js

An RFC 3986 compliant, scheme extendable URI parsing/validating/normalizing/resolving library for JavaScript
Other
305 stars 69 forks source link

fix: Add files property to package.json #41

Closed ffflorian closed 4 years ago

ffflorian commented 5 years ago

This PR will add the files property to package.json to tell npm not to publish test files or tsconfig.json.

Before: 7 directories, 57 files After: 4 directories, 38 files

ffflorian commented 4 years ago

@garycourt any update on this?