Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-20chore(contributing.md): add conventional commit info (#5169)Gar
Update info on coverage too, it's auto-enforce now no separate command needed.
2022-07-13chore: suggest dogfooding npm when developing it (#5159)Gar
Some folks may be running older versions of npm globally, or maybe even have aliased another package manager to `npm`. This will ensure the latest npm source is running when developing the cli itself.
2021-09-14chore: Fix typos in CONTRIBUTINGJohn Gee
PR-URL: https://github.com/npm/cli/pull/3753 Credit: @shadowspawn Close: #3753 Reviewed-by: @wraithgar
2021-09-08docs(contributing): add note on changes to toolingDarcy Clarke
PR-URL: https://github.com/npm/cli/pull/3727 Credit: @darcyclarke Close: #3727 Reviewed-by: @wraithgar
2021-07-22fix(docs): updated policy urlsDemira Dimitrova
PR-URL: https://github.com/npm/cli/pull/3523 Credit: @DemiraDimitrova Close: #3523 Reviewed-by: @wraithgar
2021-05-10fix(contributing): link to proper cli repomrmlnc
PR-URL: https://github.com/npm/cli/pull/3216 Credit: @mrmlnc Close: #3216 Reviewed-by: @darcyclarke
2021-04-08chore: update contributing.md to explicitely outline dep updatesdarcyclarke-patch-1Darcy Clarke
PR-URL: https://github.com/npm/cli/pull/3053 Credit: @darcyclarke Close: #3053 Reviewed-by: @ruyadorno
2021-03-18Update test-coverage commandEric Chow
PR-URL: https://github.com/npm/cli/pull/2876 Credit: @chowkapow Close: #2876 Reviewed-by: @wraithgar
2021-02-01Fix typo in CONTRIBUTING.mdPavan Bellamkonda
Fixed the spelling of contributor as it was written as conributor PR-URL: https://github.com/npm/cli/pull/2584 Credit: @pavanbellamkonda Close: #2584 Reviewed-by: @darcyclarke
2021-01-28docs: updates to readme, removal, contributing & many more...darcyclarke/update-docsDarcy Clarke
- update `README.md` - update `CONTRIBUTING.md` - update `./docs/using-npm/removal.md` - update `./docs/content/commands/npm-view.md` - update `./docs/content/commands/npm-owner.md` - update `./docs/content/commands/npm-version.md` - update `./docs/content/configuring-npm/package-json.md` - update `./docs/content/using-npm/registry.md` - remove `./docs/content/using-npm/disputes.md` - remove `./docs/content/using-npm/semver.md` PR-URL: https://github.com/npm/cli/pull/2559 Credit: @darcyclarke Close: #2559 Reviewed-by: @nlf
2020-07-21fix: gracefully handle error during npm installDanielle Adams
PR-URL: https://github.com/npm/cli/pull/1009 Credit: @danielleadams Close: #1009 Reviewed-by: @claudiahdz
2020-05-01docs: fix minor typos in CONTRIBUTING.mdDylan Treisman
PR-URL: https://github.com/npm/cli/pull/1126 Credit: @dylanzt Close: #1126 Reviewed-by: @ruyadorno
2020-01-28docs: updated the CONTRIBUTING file; added references to benchmarkingMichael Perrotte
PR-URL: https://github.com/npm/cli/pull/689 Credit: @mikemimik Close: #689 Reviewed-by: @mikemimik
2018-07-18docs: replace troubleshooting.md with posts (#17)Daijiro Wachi
Refs: https://github.com/npm/cli/pull/5 PR-URL: https://github.com/npm/cli/pull/17/ Credit: @watilde Reviewed-By: @zkat
2018-07-13docs: replace references to the old repo or issue tracker (#5)Kat Marchán
2018-06-29docs: small typo fix in CONTRIBUTING.md (#21018)Thomas Reggi
PR-URL: https://github.com/npm/npm/pull/21018 Credit: @reggi Reviewed-By: @zkat
2017-03-10docs: update troubleshooting and contribution guide links (#15960)Daijirō Wachi
PR-URL: https://github.com/npm/npm/pull/15960 Credit: @watilde Reviewed-By: @zkat
2017-03-07docs: shiny new community contributing documentation (#15756)Stephanie Snopek
PR-URL: https://github.com/npm/npm/pull/15756 Credit: @snopeks Reviewed-By: @zkat Reviewed-By: @iarna Reviewed-By: @Charlotteis Reviewed-By: @KenanY Reviewed-By: @legodude17 Reviewed-By: @watilde
2014-11-16doc: add link to CoCisaacs
2014-02-17doc: formattingisaacs
2014-02-08Add CONTRIBUTING.md directing people to the wiki.Tim Oxley