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

fix(packageRelativePath): fix 'where' for file deps #95

Merged
merged 1 commit into from
Jan 9, 2019

Conversation

larsgw
Copy link
Contributor

@larsgw larsgw commented Nov 14, 2018

Fix 'where' for file deps. This usually doesn't matter, and local dependencies should be put in bundledDependencies when packed if possible. However, IMO, it makes more sense for the 'where' to be the directory the file is in (and was possibly built in) than it being the file itself, having no use whatsoever.

See https://npm.community/t/3364

Fix 'where' for file deps. It makes more sense for the 'where' to be the 
directory the file is in (and was possibly built in) than it being the 
file itself, having no use whatsoever.

See https://npm.community/t/3364
@larsgw larsgw requested a review from a team as a code owner November 14, 2018 21:18
@zkat zkat added the semver:patch semver patch level for changes label Dec 6, 2018
Copy link
Contributor

@zkat zkat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🐑 🚀 💥

@aeschright aeschright merged commit a6c6365 into npm:release-next Jan 9, 2019
@aeschright
Copy link
Contributor

I'm getting some test failures after merging this -- test/tap/install-dep-classification.js. Going to set it aside and have a look after we finish the release.

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

Successfully merging this pull request may close these issues.

3 participants