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

every engine and their version should write into peerDependencies #339

Open
denghongcai opened this issue May 16, 2018 · 0 comments
Open

Comments

@denghongcai
Copy link

example package.json

{
  "dependencies": {
    "less": "2",
    "accord": "0.28.0"
  }
}

npm and npminstall now will not 100% obey directory structure, if dep is not within peerDependencies, it means accord may not get 2.7 version using require.resolve.

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

No branches or pull requests

1 participant