docs for operators

This commit is contained in:
KotIsOff
2025-08-26 02:10:16 +03:00
parent 01b3229aac
commit a0c66d56d8
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -30,10 +30,10 @@ If prefix is not specified, '!' level will be used.
Example: '~randutil' - weak dependency 'randutil'.
Dependency version is indicated after '@' symbol.
Dependency version is indicated after '@' symbol and have operators to restrict acceptable versions.
If version is not specified, '\*' (any) version will be used.
Example: 'randutil@1.0' - dependency 'randutil' which requires version 1.0.
Example: 'randutil@>=1.0' - dependency 'randutil' which requires version 1.0 or newer.
Example:
```json