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
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
2015-06-26update usage for all commandssmikes
2015-06-05version: don't add _id to package.jsonForrest L Norvell
2015-06-05version: lifecycle needs a package _id for displayForrest L Norvell
2015-06-05version: set cwd for {pre,post}version scriptsAlex Wolfe
2015-05-21version: add lifecycle scripts around the version commandDaijiro Wachi
2015-04-24config: version tag version prefix is configurableKevin Kragenbrink
2015-01-04version doesn't need a package.json (fixes #7056)Forrest L Norvell
2014-12-23npm version: handle checkGit errorsAlex Kocharin
2014-12-12version: update shrinkwrap post-check (fixes #6879)Forrest L Norvell
2014-11-01only add shrinkwrap while versioning if it existsForrest L Norvell
2014-11-01npm version now updates version in npm-shrinkwrap.jsonfaiqus
2014-10-21`npm version` should work in a git directory w/o gitTerin Stock
2014-09-19use writeFileAtomic instead of fs.writeFile fixes #6163Filip Weiss
2014-08-30Run commands in prefix, not cwdisaacs
2014-07-02version: respect --json for outputisaacs
2014-06-28include utils/git.js in versionisaacs
2014-06-28Use core.longpaths on win32 git - fixes #5525Bradley Meck
2014-06-25version.js: Fix indentationFelix Rabe
2014-06-13remove dead code and fix jshint warningsForrest L Norvell
2014-05-08Busy Spinner, no http noiseisaacs
2014-05-07semver@2.3.0isaacs
2013-12-09Add option for omitting `git tag` on `npm version`Evan Lucas