-
Notifications
You must be signed in to change notification settings - Fork 196
Closed
Labels
Description
The files array in the package.json includes the test directory, but this is not necessary according to @pfmescher's research (see this comment).
It's very likely that just removing the directory from files is enough, but we should validate that this doesn't break anything. The easiest way to do that is to remove the directory from files, then use npm pack to create a package, and then install the created .tgz in a real project and verify that it works.
Reactions are currently unavailable