[BUG] version 1.1.0 package is empty
PeterJSung opened this issue · 2 comments
PeterJSung commented
tobua commented
Just ran into the same issue after updating. Looks like this has happened because a new TS file called setup-fake-timers.ts
has been added to the root and now the contents are published with an additional src
folder, see here on unpkg.
I don't see the file being used, maybe it can be removed. Otherwise moving it into src or adapting the "include" in tsconfig could also fix the issue.
Thanks!
quarrant commented
Thank you. This bug was fixed in version 1.1.2