ucan-wg / ts-ucan

Auth tokens for a distributed, user-controlled world
https://www.npmjs.com/package/ucans
Apache License 2.0
102 stars 12 forks source link

Should not use `dist` in NPM package #64

Closed icidasset closed 2 years ago

icidasset commented 2 years ago

Having to import ucans/dist/capability.js is not user friendly. We should make that ucans/capability.js instead.

I'd also like a ESM build 👀