Skip to content

Commit

Permalink
Clarify possible version formats
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikvanantwerpen committed Oct 19, 2022
1 parent 4541705 commit 271a900
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,9 @@ impl ProjectSettings {
Give the NPM package version or dependency string for the {} dependency. The
format can be any of:
- MAJOR.MINOR.PATCH An NPM release version
- MAJOR.MINOR.PATCH An NPM release version.
Prefix with ~ to allow any patch version, for example: ~0.4.1
Prefix with ^ to allow any minor version, for example: ^1.2.7
- github:OWNER/REPOSITORY#COMMITISH A GitHub dependency, tagged to a branch, tag, or commit SHA
"##,
grammar_npm_name,
Expand Down

0 comments on commit 271a900

Please sign in to comment.