Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add stack-chain Dependency #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Stuart-Wilcox
Copy link

See issue #64 - undeclared dependency on stack-chain is causing failures when in a strict environment. This works in non-strict environments due to package hoisting, so stack-chain is being resolved from some other package's dependencies, which is not an ideal situation, because if that package removes its dependency on stack-chain in the future and we use that version then we no longer have it for ourselves.

stack-chain is required in context-legacy.js
var stackChain = require('stack-chain');

but it is not included in package.json dependencies
dependencies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant