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
2014-05-02Use marked instead of ronn for html docsisaacs
2014-05-01Do not replace the canonical url for README.html on doc buildingRobert Kowalski
Closes #5111
2014-04-13doc: Add canonical urlisaacs
2014-02-26Move toc.js script into a fileisaacs
2014-02-16Follow redirects on curl|sh installer scriptisaacs
Closes #4673
2013-11-12#3759: do not install npm on node <= v0.5Alex Rodionov
2013-07-12doc: Build index and readme html properlyisaacs
2013-07-12doc: update index builder for new formatisaacs
2013-07-12doc: update build scripts for new structureisaacs
2013-07-11doc: build sections 5 and 7isaacs
2013-06-22Fix the environment used for the doc-build script.Florian Margaine
Fixes #2004.
2012-10-04Fix #2850 Use https url for npmjs.org in docs etc.isaacs
2012-07-23Don't remove stuff from release tarballsisaacs
Makes for weird behavior when installed along with node
2012-07-13Fix relocate script properlyisaacs
2012-07-13Add a script to point the shebang at something elseisaacs
2012-04-07Sort output of fs.readdir to ensure an ordered command list.Martin Cooper
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