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 (Expand)Author
2021-10-15feat(workspaces): add --include-workspace-root and explicit --no-workspacesfritzy/workspace-rootGar
2021-09-30Revert "feat(workspaces): --include-workspace-root"Luke Karrys
2021-09-30feat(workspaces): --include-workspace-rootGar
2021-06-16fix(workspaces): explicitly error in global modeGar
2021-04-15feat(version): add workspace supportGar
2021-03-18feat(help): refactor npm help/help-searchGar
2021-03-18chore(config): remove flatOptions referencesGar
2021-03-09fix(usage): clean up usage declarationsGar
2021-03-09fix(npm.output): make output go through npm.outputGar
2021-03-05fix(npm) pass npm context everywhereGar
2021-02-25chore(refactor): promisify completion scriptsGar
2021-02-18restore the prefix on output from `npm version <inc>`nlf/restore-tag-prefix-on-versionnlf
2020-12-11Remove 'use strict'isaacs
2020-11-20fix: npm version usageRuy Adorno
2020-10-23update lint rules to match @npmcli/arboristisaacs
2020-08-04refactor and lint commands, make consistentisaacs
2020-05-08version: use libnpmversionisaacs
2020-05-08Remove two remaining BB remnantsisaacs
2020-05-08remove parse-json util, use json-parse-even-better-errorsisaacs
2020-05-08Remove bluebird, figgy-pudding from several smaller commandsisaacs
2020-01-09feat(version): using 'allow-same-version', git commit --allow-empty and git t...Rafael Hengles
2019-12-03fix: Don't log error message if git tagging is disabledBakel, Roel van
2019-06-30Allow git to follow global tagsign configJonathan Underwood
2018-08-29version: fix sign-git-commit options (#58)Kat Marchán
2018-07-23version: allow prerelease identifier (#26)Daniel W
2018-07-19utils: use the extracted stringify-package module (#21)Darryl Pogue
2018-07-11version: Add new sign-git-commit config (#12697)Aaron Tribou
2018-04-11version: Let version succeed when `package-lock.json` is gitignoredNathan Woltman
2018-03-23standardizeRebecca Turner
2018-03-09save/shrinkwrap/version: consolidate code for stringifying package data and a...Nathan Woltman
2018-03-09save/shrinkwrap/version: make a best-attempt at preserving line ending styleTuan Anh Tran
2017-08-15version: Adding the ability to control running of git hooksBrendan Warkentin
2017-07-14version: Fixed lockfiles not being added to the commit (#17742)Mark Peter Fejes
2017-07-06chore: Eliminate promisifyAll from our codebaseRebecca Turner
2017-07-06version: support ignored shrinkwrap and package-locks (#17505)Kat Marchán
2017-05-26version: Fix on v4Rebecca Turner
2017-05-26feat(indent): package.json and package locks preserve indentatonKat Marchán
2017-05-26fix(version): properly detect whether lockfile or shrinkwrapKat Marchán
2017-05-26feat(lockfile): add package-lock.json supportKat Marchán
2017-04-21version: Add `--allow-same-version` optionLucas Theisen
2016-10-07version: Update npm-shrinkwrap even when cwd != project rootLucas Holmquist
2016-06-16output: Standardize how we write to stdoutRebecca Turner
2016-01-21version: strip tag-version-prefix from 'from-git' target tagekmartin
2016-01-15version: use readPackage helperekmartin
2016-01-15version: add 'npm version from-git' commandekmartin
2015-12-11version: can be run from subdirectoriesekmartin
2015-08-01version: .git is not required to be a directory.Kyle M. Tarplee
2015-07-01install: version: Fix package.json handling to always allow BOM at startRebecca Turner
2015-07-01version: allow scripts to add files to the commitJames Talmage
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell