chbrown / rfc6902

Complete implementation of RFC6902 in TypeScript
https://chbrown.github.io/rfc6902/
326 stars 39 forks source link

make sure the `dist` dir makes it into the npm registry #63

Closed Pomax closed 5 years ago

Pomax commented 5 years ago

Fixes https://github.com/chbrown/rfc6902/issues/62, although it'll need an npm version patch/git push master --tags/npm publish after merging (as far as I know there's no way to do that with a single command, but if you do, let me know...!)

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 98.582% when pulling 8ecacaeb38b86467ef0d25c2e28d7b3e13b54088 on Pomax:patch-1 into ea24a2a907affa2b28596198579b356429905d1b on chbrown:master.

chbrown commented 5 years ago

Sure, why not :)

v3.0.3 will be released momentarily.