garycourt / uri-js

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

Create .npmignore #44

Closed ORESoftware closed 4 years ago

ORESoftware commented 5 years ago

you are publishing the .ts files to npm...probably should pre-transpile them and just use .d.ts so that everyone else doesn't have to. looks like you are already pre-transpiling them to the dist dir, so src can be .npmignore'd

I am seeing the .ts files in my node_modules folder:

Screenshot from 2019-08-25 10-00-04