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
2011-09-17Don't complain about doc-clean not having filesisaacs
2011-09-17Don't try to double-build/clean indexisaacs
2011-09-17docs include versionisaacs
2011-09-09Add man1/index.1 to buildisaacs
2011-09-09Docs depend on their builder scriptsisaacs
2011-09-09doc/index.md depends on readmeisaacs
2011-09-09Build an index of all html documentation filesisaacs
2011-09-08Update version in docisaacs
2011-09-04Add README as proper html/manpage docisaacs
2011-09-04Abstract doc building to a separate scriptisaacs
2011-09-04Update title and footer comment:isaacs
2011-09-04Fold the README into the html doc buildisaacs
2011-09-04Link npm(1) to 'npm help npm'isaacs
2011-09-04Always use npm-blah(1) in the md, convert appropriatelyisaacs
2011-09-04More doc decruftifyingisaacs
2011-09-04gubblebum font ftwisaacs
2011-09-04few more html doc tweaksisaacs
2011-09-04html docsisaacs
2011-07-27Support npm_debug env in install scriptisaacs
2011-07-27No need to clean cache as often, makes search slowisaacs
2011-07-16fix make latestisaacs
2011-07-16Update submodules recursively in makeisaacs
2011-04-21Less warning, better styleisaacs
2011-04-14Move test command into package.jsonisaacs
2011-04-04Clobber in Makefileisaacs
2011-03-22Don't install ronn for every docisaacs
2011-03-22A make command that worksisaacs
2011-02-23Closes GH-609 `make install` installs current, not latestisaacs
2011-02-23explicitly set bash as the shell since the makefile uses bash-ismsgflarity
2011-02-19Closes GH-618 Don't do git on non-git folderisaacs
2011-02-18build submodules in make processisaacs
2011-02-11Allow publishing from non-masterv0.2.18isaacs
2011-02-02Remove npm recursively on make uninstallisaacs
2011-01-11version bumperisaacs
2011-01-10Add a 'publish' make targetisaacs
2010-10-29clean when linkingisaacs
2010-09-22Change the way npm help works, so that it will work with man programs that st...isaacs
2010-09-03freakin make.isaacs
2010-09-03Add 'clean' make targetisaacs
2010-08-18Use ronnjs instead of the ronn rubygem to build docsisaacs
2010-08-18Use `npm install ronn` instead of `gem install ronn`isaacs
2010-08-12Change the way that cli.js is run to hopefully work on Cygwinisaacs
2010-08-07Remove the --auto-activate line, since that's the default now anyway.isaacs
2010-08-07Change "install-stable" to "install" and "install" to "install-dev"isaacs
2010-07-25Support subfolders in the man/doc filesisaacs
2010-07-03Make test (quietly)isaacs
2010-06-26Add the --pipe config to ronnisaacs
2010-05-20Remove the cache when uninstallingisaacs
2010-05-17"make uninstall" supportisaacs
2010-05-10Improve install process.isaacs