brianloveswords / base64url

For encoding and decoding base64url!
MIT License
224 stars 44 forks source link

Exlude tests from package #14

Closed marco-c closed 5 years ago

fregante commented 8 years ago

node_modules is excluded automatically, btw.

Also if you care about size, just use atob/btoa and their node counterparts

marco-c commented 8 years ago

node_modules is excluded automatically, btw.

It was already there, so I didn't remove it.

Also if you care about size, just use atob/btoa and their node counterparts

I can't control dependencies of my dependencies.