forked from vuejs/vue-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(plugin-api): allow non-semver versioned dependencies (vuejs#1177)
npm supports multiple "version" strings when declaring deps in your `package.json`. This PR is an attempt to support some of these other formats in a plugin specification, while retaining the smart version merging. If a semver range can be extracted, it will be used for version conflict resolution. If not, a warning will be displayed to the developer
- Loading branch information
test
committed
Apr 27, 2018
1 parent
a0a7dc6
commit 577bbb0
Showing
2 changed files
with
120 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters