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
2015-07-01publish: Label and clear progress bar on publishAndrew Crites
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
2015-06-26update usage for all commandssmikes
2015-04-24unpublish: extract config into functionForrest L Norvell
2015-03-03publish, config: move tag-semver testsmikes
2015-01-29publish: only set `access` when explicitly setForrest L Norvell
2015-01-23add access qualifier to publishingForrest L Norvell
2014-12-23registry URL always ends in / (fixes #6982)Forrest L Norvell
2014-10-31handle caching of metadata in npm itselfForrest L Norvell
2014-10-31use new npm-registry-client APIForrest L Norvell
2014-10-16defactored npmconf back into npmForrest L Norvell
2014-10-03remove need{Name,Version} in favor of inliningForrest L Norvell
2014-09-28standardize how a cached package root is namedForrest L Norvell
2014-09-14attach the node version to the published documentForrest L Norvell
2014-09-13fix relative paths in local dependenciesForrest L Norvell
2014-09-05remove pre-publish check for a future PRDylan Greene
2014-09-05allow local paths in package.json, but disallow publishingDylan Greene
2014-07-02username and email are now always scoped to a registryForrest L Norvell
2014-07-02use --scope to map scope to registryForrest L Norvell
2014-07-02@scope:registry-base-url → @scope:registryForrest L Norvell
2014-07-02publish to scoped registriesForrest L Norvell
2014-06-13remove dead code and fix jshint warningsForrest L Norvell
2014-06-13use the new URL-based npm-registry-client interfaceForrest L Norvell
2014-05-08devariadify cache.*Forrest L Norvell
2014-02-03publishConfig: conf.save() should save actual config, not pubConfisaacs
2013-06-19publish -f: Fail with the first error if unpublish failedisaacs
2013-02-11Make version and name optional (mostly)isaacs
2013-01-19added ENOTDIR check anywhere readJson is usedCarl Lange
2013-01-15Make {post,}publish script to be run on cwd.Paul Miller
2012-12-28Crash on readJson errors other than ENOENTisaacs
2012-10-09Fix publishConfig handlingisaacs
2012-08-18Fix #2653 Respect publishConfigisaacs
2012-08-13Add _npmUser and _npmVersion on published dataisaacs
2012-08-07publish: Remove extraneous 'readme' argisaacs
2012-08-07No need to check for a readme, read-package-json does that now.isaacs
2012-07-17Replace lib/utils/output.js with console.logisaacs
2012-06-12Missed a reference to prebuilt in last commitisaacs
2012-06-12Remove bindist prebuild stuffisaacs
2012-06-11Use read-package-json depisaacs
2012-06-09Handle errors in the more modern fashionisaacs
2012-06-09Remove the rollback on publish failureisaacs
2012-06-07Use npm-registry-client depisaacs
2012-06-07Move failure rollback out of npm-registry-clientisaacs
2012-06-07Replace the log util with npmlog moduleisaacs
2012-05-27Fix #2021 Run prepublish script before packing folderisaacs
2011-11-20Output something on publish/unpublishisaacs
2011-11-01Publish readme properly, and don't show in view by defaultisaacs
2011-10-31publish the readme contents in the root package docisaacs
2011-10-15Avoid accidentally opening npm.js with WSHisaacs
2011-08-24isRetry needs to be passed to cacheAddPublishisaacs