This update removes the file attribute from package.json, allowing all files to be published to npm. This is a bit of a holdover from the previous iteration of code and I don't think its valid any longer.
Closes #92 (once published)
Closes #85 too as this achieves the same goal (see below).
I think its probably preferable to not restrict to lib and dist per #85. Including all files means the .ts files get published as well as the LICENSE file.
This update removes the
file
attribute from package.json, allowing all files to be published to npm. This is a bit of a holdover from the previous iteration of code and I don't think its valid any longer.Closes #92 (once published) Closes #85 too as this achieves the same goal (see below).
I think its probably preferable to not restrict to
lib
anddist
per #85. Including all files means the.ts
files get published as well as theLICENSE
file.