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 (Collapse)Author
2012-01-16Build ronn by checking the bin, not the packageisaacs
2012-01-06Get the 'building ronn' lock pid less cleverlyisaacs
2012-01-06Fix hang on `make doc` when earlier attempt failsGautham Pai
Fixing the issue where the script hangs forever when a previous make had failed and the script is re-run.
2012-01-05A script for building a releaseisaacs
2012-01-02Switch npm install based on node versionisaacs
2011-12-02Scripts should be 0755isaacs
2011-11-10Fix #1694 Test for directory-ness rather than -eisaacs
shell scripting is hard.
2011-11-03Use npm_config_tar in install scriptisaacs
2011-10-31Print tar --version even if explicitly setisaacs
2011-10-28Close #1622 Fix incorrect check for -o tar argisaacs
2011-10-22Handle seds that don't support -eisaacs
2011-10-18Fail faster in cases like #1566isaacs
2011-10-17Add Stephen to AUTHORSisaacs
2011-10-12Some seds are simpletonsisaacs
2011-10-04Update 'make doc' to only ronn build if necessaryisaacs
Also, updated to play nicely with 'make -j8 doc'
2011-10-04Building docs is too tedious to do on installationisaacs
2011-10-01Remove the cacert before trying to cd into the folderisaacs
2011-10-01cacert takes a file, not a stringisaacs
2011-10-01install.sh: Use tar -z, since npm does anywayisaacs
2011-09-25More html doc styling stuffisaacs
2011-09-25Include api docs in indexisaacs
2011-09-25More doc stuff.isaacs
2011-09-25Merge branch 'api-doc' into api-doc2isaacs
Conflicts: Makefile doc/cli/find.md lib/help.js man/man1/adduser.1 man/man1/bin.1 man/man1/build.1 man/man1/bundle.1 man/man1/cache.1 man/man1/changelog.1 man/man1/coding-style.1 man/man1/completion.1 man/man1/config.1 man/man1/developers.1 man/man1/docs.1 man/man1/faq.1 man/man1/find.1 man/man1/folders.1 man/man1/get.1 man/man1/global.1 man/man1/help-search.1 man/man1/home.1 man/man1/init.1 man/man1/install.1 man/man1/json.1 man/man1/link.1 man/man1/ln.1 man/man1/npm.1 man/man1/outdated.1 man/man1/prefix.1 man/man1/registry.1 man/man1/removing-npm.1 man/man1/rm.1 man/man1/root.1 man/man1/run-script.1 man/man1/scripts.1 man/man1/search.1 man/man1/semver.1 man/man1/set.1 man/man1/tag.1 man/man1/uninstall.1 man/man1/update.1 man/man1/version.1 man/man1/whoami.1 man/man3/author.3 man/man3/deprecate.3 man/man3/edit.3 man/man3/explore.3 man/man3/list.3 man/man3/ls.3 man/man3/owner.3 man/man3/pack.3 man/man3/prune.3 man/man3/publish.3 man/man3/rebuild.3 man/man3/restart.3 man/man3/start.3 man/man3/stop.3 man/man3/submodule.3 man/man3/test.3 man/man3/unpublish.3 man/man3/view.3 npm.js
2011-09-23Re #1448 add some output around tar that it's usingisaacs
2011-09-22Close #1445 'make' should build docs as wellisaacs
2011-09-20Use cacert in install scriptisaacs
2011-09-17Remove spurious <a> tag around <title>READMEisaacs
2011-09-17Use sed instead of egrepisaacs
2011-09-10Sniff for the MAKE env properlyisaacs
2011-09-09Remove some contrived SYNOPSISes, and just use the headingisaacs
2011-09-09Add README into index buildisaacs
2011-09-09Change to make index build properlyisaacs
2011-09-09Build an index of all html documentation filesisaacs
2011-09-08Portability to non-bourne posix shisaacs
2011-09-04Abstract doc building to a separate scriptisaacs
2011-09-04Update clean-old script to show list that will be deleted firstisaacs
2011-07-27Support npm_debug env in install scriptisaacs
2011-07-27No need to clean cache as often, makes search slowisaacs
2011-07-27Clearer messaging of cleanup prefixisaacs
2011-07-20Fix #1163: clean-old.sh breakage on ancient /bin/shTrent Mick
2011-07-05Added quotation marks around $node to allow for node.js installation paths ↵Iain Sproat
with whitespace.
2011-06-29Remove install message script. No longer used.isaacs
2011-06-21Installer: Added quotation marksIain Sproat
so that node.js paths with whitespace can be supported
2011-05-31Close #964 Use greadlink if readlink is missing, or abortisaacs
2011-05-11fixed typo in scripts/clean-old.shFederico Romero
2011-05-03If there's a prefix env, use that rather than sniffingisaacs
2011-05-01Support for Linux.isaacs
2011-05-01Also support clean=noisaacs
2011-05-01Ask for permission before cleaning old cruftisaacs
2011-05-01Clean up 0.x if installing 1.0isaacs