jescalan / accord

(unmaintained) a unified interface for compiled languages and templates in javascript
Other
137 stars 29 forks source link

every engine and their version should write into peerDependencies #339

Open denghongcai opened 6 years ago

denghongcai commented 6 years ago

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.