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
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
2013-06-21Update everything to work with semver@2isaacs
2013-05-11Show an error message if git is missing, fixes #3297Robert Kowalski
2013-04-29remove exec.js, use child_process.execFileRobert Kowalski
2012-08-13Show all versions in 'npm version<noargs>'isaacs
2012-07-24version: Print resulting version on successisaacs
2012-07-12Add sign-git-tag config for 'npm version' commandisaacs
2012-06-11Use read-package-json depisaacs
2012-06-07Replace the log util with npmlog moduleisaacs
2012-02-29Add \n after package.json generated by npm versionPaul Vorbach
2012-01-13Fix #2018 Make git binary configurableisaacs
2011-10-17Add auto-increment support to version commandStephen Sugden
2011-10-15Avoid accidentally opening npm.js with WSHisaacs
2011-10-13Close #1502 Better usage message for 'version'isaacs