You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 17, 2023. It is now read-only.
I noticed when upgrading hellosign-sdk recently that express and expect are both declared as depedencies, rather than devDependencies. This causes a lot of unwanted runtime deps to get pulled into apps that use hellosign-sdk.
It looks like expect is only used in tests, but express is used in server.js for what looks like a Hello World example. Maybe server.js should move into the test/ folder, if it's used at all?