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
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-01relative URLS for working non-root registry URLSForrest 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
2013-01-19added ENOTDIR check anywhere readJson is usedCarl Lange
2012-12-28Crash on readJson errors other than ENOENTisaacs
2012-07-17Replace lib/utils/output.js with console.logisaacs
2012-06-11Use read-package-json depisaacs
2012-06-07Use npm-registry-client depisaacs
2012-06-07Replace the log util with npmlog moduleisaacs
2011-12-08Make it harder to accidentally the projectisaacs
2011-11-20Output something on publish/unpublishisaacs
2011-10-15Avoid accidentally opening npm.js with WSHisaacs
2011-08-07Put .js on filenamesisaacs
2011-07-29Closes #1199 Support 'npm unpublish .'isaacs
2011-03-22completion for unpublishisaacs
2011-03-22rename registry to 'npm-registry-client'isaacs
2011-01-26Make unpublish *actually* work without argsisaacs
2011-01-25Support unpublish in cwd without package argisaacs
2010-12-03Increase tab-completion coverage.Evan Meagher
2010-11-03Handle cache clean failures in npm unpublishisaacs
2010-11-03Fix #342. Clean unpublished stuff out of local cache.isaacs
2010-09-29Print nice short "usage" lines when doing -h, -?, or --helpisaacs
2010-08-25Support unpublishing an entire project when all versions are removed, or if n...isaacs
2010-07-25Convert unpublish to name@version syntaxisaacs
2010-06-08unpublish. w00t.isaacs