Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Jackson <[email protected]>
  • Loading branch information
stefanpenner and rwjblue authored May 11, 2020
1 parent 2d40e51 commit 5ab0e5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ module.exports = {
}
};
```

### check

A utility to verify that addons are installed at appropriate versions. `npm` and `yarn` resolve conflicting transitive dependency requirements by installing multiple versions. They do not include a mechanism for packages to declare that a dependency must be unique. This is, however, a practical constraint when building Ember applications (for example, we would not want to build an application that shipped two versions of Ember Data).
Expand Down

0 comments on commit 5ab0e5d

Please sign in to comment.