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
2010-08-27Stray commas in bundle commandv0.1.27-8isaacs
2010-08-27Better error message for cygwin DNS issuev0.1.27-7isaacs
2010-08-27do deps in a way that works with no.de setupsv0.1.27-6isaacs
2010-08-27bump versionv0.1.27-5isaacs
2010-08-27Don't fail the build if autoActivate fails.isaacs
2010-08-27Don't fail on uninstall/deactivate script failures.isaacs
2010-08-27Don't overwrite actual real live code in lib dirs if they were linked with ol...v0.1.27-4isaacs
2010-08-27Bug where a pipe might call the cb twice. Reported by russell_h in IRC.v0.1.27-3isaacs
2010-08-27fix it for real this time.v0.1.27-2isaacs
2010-08-27bump versionv0.1.27-1isaacs
2010-08-27Fix a bug where dependencies marked with "*" wouldn't be auto-installed.isaacs
2010-08-27Add some verbose logging to track down the bug reported by pyronicide in IRC.isaacs
2010-08-26More notes for 0.1.27 (a bit late, oh well)isaacs
2010-08-26bump versionv0.1.270.1.27isaacs
2010-08-26Bubble up the rmList with known-ok-to-remove packages, so a non-update doesn'...isaacs
2010-08-26Log an error about configs if tar or gzip don't work.isaacs
2010-08-26Document "gzip" configisaacs
2010-08-26Let gzip be abstracted out, too.isaacs
2010-08-26document "tar" confisaacs
2010-08-26Use a config for "tar", which defaults to the TAR env, or "tar"isaacs
2010-08-26Give it the alpha versionisaacs
2010-08-26Document the bundle commandisaacs
2010-08-26Don't put the bundle path in require.paths over and over again.isaacs
2010-08-26A package that depends on jsdomisaacs
2010-08-26A better bundle command.isaacs
2010-08-26expose cache.cleanisaacs
2010-08-26First crack at something resembling a fix for #74isaacs
2010-08-26Update help doc with new sectionsisaacs
2010-08-26Docs for rebuild.isaacs
2010-08-26cleaner messagingisaacs
2010-08-26Add a rebuild command. Fix #143isaacs
2010-08-26log verbosely the lifecycle eventisaacs
2010-08-26more 0.1.27 notesisaacs
2010-08-25Clean up exec usageisaacs
2010-08-25Clean up some loggingisaacs
2010-08-25Split the tar and gzipping apart from one another, for portable winisaacs
2010-08-25Rework how exec works, and add pipe/spawnisaacs
2010-08-25Make the show level a getter/setterisaacs
2010-08-25Move some silly logging into silly landisaacs
2010-08-25A test that's fast, and another that's slow.isaacs
2010-08-25Make it a bit prettierisaacs
2010-08-25Asynchronizeisaacs
2010-08-25Cache json files for cases where they're read repeatedly.isaacs
2010-08-25Fix a regression introduced a few commits back.isaacs
2010-08-25fix the require("foo/foo") problem.isaacs
2010-08-25Make the dep path absolute at run-timeisaacs
2010-08-25Asynchronizeisaacs
2010-08-25Asynchronize uninstallingisaacs
2010-08-25Don't create nameless filesisaacs
2010-08-25Have to read data before linking modulesisaacs