decentralized-identity / sidetree-reference-impl

Sidetree Reference Implementation
Apache License 2.0
5 stars 7 forks source link

Improve published packages #45

Open thehenrytsai opened 4 years ago

thehenrytsai commented 4 years ago

A published package right now includes all files, including all the docs, ts source, json, tests, etc.

We should:

  1. Reduce the published package by including only compiled file (*.js) and the typescript definition files. 2. Optionally remove/flatten the dist folder.