Projects STRLCPY dum Commits c090364a
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    CHANGELOG.md
     1 +## v0.1.9
     2 + 
     3 +- Add `remove` command, mirrors `npm remove` `yarn remove` and `pnpm remove`.
     4 +- Add `-c <dir>` flag to change working directory.
     5 + 
    1 6  ## v0.1.8
    2 7   
    3 8  ### Fixes
    skipped 16 lines
  • ■ ■ ■ ■
    Cargo.lock
    skipped 42 lines
    43 43   
    44 44  [[package]]
    45 45  name = "dum"
    46  -version = "0.1.8"
     46 +version = "0.1.9"
    47 47  dependencies = [
    48 48   "dialoguer",
    49 49   "serde_json",
    skipped 209 lines
  • ■ ■ ■ ■
    Cargo.toml
    1 1  [package]
    2 2  name = "dum"
    3  -version = "0.1.8"
     3 +version = "0.1.9"
    4 4  edition = "2021"
    5 5  license = "MIT"
    6 6  description = "An npm scripts runner"
    skipped 9 lines
Please wait...
Page is in error, reload to recover