lukeed / dset

A tiny (194B) utility for safely writing deep Object values~!
MIT License
754 stars 22 forks source link

Use UMD #7

Closed backspaces closed 5 years ago

backspaces commented 6 years ago

This may seem silly, but if you use UMD for your node version, it would also work for vanilla browser legacy script tags.

Just use Rollup with a umd target. Two for one, what a deal.

lukeed commented 6 years ago

Haha, yeah. I typically ship UMD but I got lazy with my last few modules.