Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Move 'expect' to devDependencies in package.json #99

Closed
wants to merge 2 commits into from

Conversation

charakajg
Copy link

Issue
The "expect" library is only used in test files. However, in package.json, it has incorrectly listed as a dependency instead of as dev dependancy. Therefore, whenever someone who uses this hellosign-nodejs-sdk library runs "npm audit --production", it incorrectly shows any issues with "expect" library, although it's not used in production.

Fix
Here, the "expect" library has been moved to its rightful place "devDependencies" in package.json

Signed-off-by: Charaka Gunatillake <charakajg@gmail.com>
@charakajg charakajg changed the title Move expect to devDependencies in package.json Move 'expect' to devDependencies in package.json Oct 7, 2021
@gabegorelick
Copy link
Contributor

#89

@miguelriosoliveira
Copy link

Please accept this PR 🙏
The warnings that hellosign-sdk brings to the project are really annoying 😪

@dannypaz
Copy link
Contributor

@nathanbuchar can we get a review/merge for this?

@jtreminio-dropbox jtreminio-dropbox added the legacy Related to legacy, non-OpenAPI SDK label Mar 30, 2022
@CLAassistant
Copy link

CLAassistant commented Oct 11, 2022

CLA assistant check
All committers have signed the CLA.

@charakajg
Copy link
Author

@jtreminio-dropbox This PR requires an approval from a reviewer with write access. Hope we can merge this, although it's deprecated.

@jtreminio-dropbox
Copy link
Contributor

Please use the new OpenAPI SDK: https://www.npmjs.com/package/@dropbox/sign

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
legacy Related to legacy, non-OpenAPI SDK
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants