Projects STRLCPY dum Commits 73452d7f
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    CHANGELOG.md
     1 +## v0.1.19
     2 + 
     3 +- Revert v0.1.18, because some npm/pnpm flags are not supported by dum.
     4 + 
    1 5  ## v0.1.18
    2 6   
    3 7  - Replacing `npm run` `yarn` `pnpm run` `npx` `pnpx` in npm script with `dum`.
    skipped 61 lines
  • ■ ■ ■ ■
    Cargo.lock
    skipped 93 lines
    94 94   
    95 95  [[package]]
    96 96  name = "dum"
    97  -version = "0.1.18"
     97 +version = "0.1.19"
    98 98  dependencies = [
    99 99   "ansi_term",
    100 100   "ctrlc",
    skipped 317 lines
  • ■ ■ ■ ■
    Cargo.toml
    1 1  [package]
    2 2  name = "dum"
    3  -version = "0.1.18"
     3 +version = "0.1.19"
    4 4  edition = "2021"
    5 5  license = "MIT"
    6 6  description = "An npm scripts runner"
    skipped 13 lines
Please wait...
Page is in error, reload to recover