Skip to content

Commit

Permalink
Mark allow non semver as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
pilotpirxie committed Sep 14, 2023
1 parent d1db65c commit c13cced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Options:
-t, --timeline Print timeline
-a, --auto Run in auto mode
-c, --cache Cache resolved dependencies
-ans, --allow-non-semver Allow non-semver versions
-ans, --allow-non-semver Allow non-semver versions (compare with dates then, experimental)
-cf, --cache-file <file> Cache file (default: "./.dependency-time-machine-cache.json")
-e, --exclude <dependency> Exclude dependency from update, separated by comma
-r, --registry-url <url> Registry url (default: "https://registry.npmjs.org")
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ program
.option("-t, --timeline", "Print timeline")
.option("-a, --auto", "Run in auto mode")
.option("-c, --cache", "Cache resolved dependencies")
.option("-ans, --allow-non-semver", "Allow non-semver versions")
.option("-ans, --allow-non-semver", "Allow non-semver versions (compare with dates then, experimental)")
.option(
"-cf, --cache-file <file>",
"Cache file",
Expand Down

0 comments on commit c13cced

Please sign in to comment.