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-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
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