sidetree icon indicating copy to clipboard operation
sidetree copied to clipboard

Improve published packages

Open thehenrytsai opened this issue 4 years ago • 0 comments

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.

thehenrytsai avatar May 06 '20 19:05 thehenrytsai