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-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
2011-08-24Fixes #1285 Run prepublish *before* adding to cacheisaacs
2011-08-07Put .js on filenamesisaacs
2011-07-20Use chain function from slide moduleisaacs
2011-07-20Don't scrub the cache on publish. Unnecessaryisaacs
2011-06-05Disable bin publishes by default.isaacs
2011-04-30warn should be verboseisaacs
2011-04-15Always include .js files in prebuiltsisaacs
2011-04-15Always include .node files in prebuiltsisaacs
2011-04-15Make sure to include build in pbo filesisaacs
2011-04-07Closes GH-752 Add pre/post publish script supportisaacs
2011-04-06Closes GH-777 Allow overriding config values at publish-timeisaacs
2011-03-31bindist: Use install instead of unpack/buildisaacs
2011-03-30Only do bindist if it's got a build stepisaacs
2011-03-30Downgrade some logs, and fix a regression in publishisaacs
2011-03-30make the bintag configurableisaacs
2011-03-30Don't ignore the build/ folder on prebuilt packagesisaacs
2011-03-30make prebuilt json readableisaacs
2011-03-30Add a prebuilt tag on json before writing, and don't default the node-waf if ...isaacs
2011-03-30Write the object to package.json, not the stringisaacs
2011-03-30Correct how bins are attached to docisaacs
2011-03-30logging for prebuilt installisaacs
2011-03-30Publish binary distribution as well as sourceisaacs
2011-03-22put off install/publish/cache-add completion for nowisaacs
2011-03-22rename registry to 'npm-registry-client'isaacs
2011-03-22make registry usage consistentisaacs
2011-02-08Add a config to scrub the cache before addingisaacs
2011-02-02Closes GH-552 Add 'private' flag to prevent publishing.isaacs
2011-01-30Kludge: dont' publish 'modules' hash. Too big.isaacs
2011-01-28Allow forceful publishingisaacs
2011-01-13Remove unused paramisaacs
2010-10-15Pass in the reg as an argument to publishisaacs
2010-09-29Outputting data dumps is sillyisaacs
2010-09-29Print nice short "usage" lines when doing -h, -?, or --helpisaacs
2010-08-24log betterisaacs
2010-06-29Default publish, install, and link to "." if no arguments given. Fix #73isaacs
2010-06-08Remove a bunch of unnecessary require() statementsisaacs
2010-05-10Make publish awesomeisaacs
2010-05-02Remove the 'conf' argument that all the commands were taking, now that they c...isaacs
2010-04-25Update the way that the npm cli commands work so that it's a bit more robust ...isaacs
2010-03-23trailing whitespaceisaacs
2010-03-11Actually working now.isaacs
2010-03-11First pass at publish command.isaacs