Skip to content

Commit

Permalink
doc: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Icaruk committed Jun 7, 2024
1 parent 4e5cd31 commit c6df64b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@ up-npm [flags]

| Flag | Description |
|--------------------- |------------------------------------------------------------- |
| --no-dev | Exclude dev dependencies. Default `false`. |
| -f, --filter `string` | Filter dependencies by package name |
| -h, --help | Display help information for up-npm. |
| --allow-downgrade | Allows downgrading a if latest version is older than current. |
| --file `string` | Default `package.json`. |
| -h, --help | Display help information for up-npm. |
| -f, --filter `string` | Filter dependencies by package name |
| --no-dev | Exclude dev dependencies. Default `false`. |
| --update-patches | Update patch versions automatically. Default `false`. |
| -v, --version | Display the version number for up-npm. |


Expand Down
2 changes: 1 addition & 1 deletion cmd/updater/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/spf13/cobra"
)

const __VERSION__ string = "4.3.1"
const __VERSION__ string = "4.4.0"

var Cfg = npm.CmdFlags{
NoDev: false,
Expand Down

0 comments on commit c6df64b

Please sign in to comment.