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
2015-08-21doc: stop building HTML partialsisaacs
This reverts commit 8b58ad09b719295461167a34f666c5aa4d6e26f2. As it turned out, those partial docs aren't actually used by the http://docs.npmjs.com site, so there's no sense slowing down the build. PR-URL: https://github.com/npm/npm/pull/9201
2015-05-22doc: use a preversion script to update AUTHORSForrest L Norvell
2015-05-01Makefile: update AUTHORS before publishForrest L Norvell
2015-01-30If AUTHORS doesn't change, don't complain.Forrest L Norvell
2015-01-30Add an NPMOPTS variable to toplevel installAria Stewart
This allows make install from a script to override userconfig in particular
2015-01-24add script for updating AUTHORS fileKenan Yildirim
2014-10-08write builtin config on any global npm installisaacs
This is literally how it's always *supposed* to have been working. Yet, mysteriously, it has not been.
2014-09-30doc: build partial html content as well as full-baked pagesisaacs
The better to docs.npmjs.com for great good
2014-09-11s/ronn/marked-man/gisaacs
2014-08-15build: explicitly push to a branchForrest L Norvell
2014-08-15Add 'make tag' to tag current release as latestisaacs
2014-08-15Publish with --tag=v1.4-nextisaacs
2014-08-15Remove outdated docpublish make targetisaacs
2014-08-15Remove unpublish step from make publishisaacs
Doesn't work that way any more anyway
2014-06-28Allow to build all the docs OOTB.GeJ
Since 1.4.10, the html docs are generated via the marked module. when doing the usual "make" dance, the build process stops when attempting to generate the first html doc complaining about a missing node_modules/.bin/marked. This patch is a quick'n'dirty copy-pasta of the treatment applied to load the ronn module but applied to marked. When applied against the 1.4.13 tarball it allows -- at least in a works-for-me manner -- to generate all the docs.
2014-05-24Makefile: Don't publish zips to nodejs.org automaticallyisaacs
Required so that non-node-core committers can push new npm versions.
2014-03-21makefile: remove the tag on publish thingisaacs
Hasn't been needed, or used at all by anyone, for a VERY long time. Also, 'npm i npm@1.4' will already get the latest 1.4.x, so I'm not entirely sure what this was *ever* needed for.
2014-02-26rsync docs to local npm-www folderisaacs
2014-02-26Move toc.js script into a fileisaacs
2014-01-23Don't publish webfonts we don't haveisaacs
2013-11-20minor makefile fixupisaacs
2013-10-10Run npm's prepublish script locallyisaacs
Otherwise it fails when you do `npm install` in a fresh repo.
2013-10-03the tests require docs to be made alreadyisaacs
Otherwise the `make test` command fails to find ronn when generating the docs for the first time in the prepublish step. Probably there's a better way to do this, since tarball generation requires a dev dep to be installed. But this works on Unix at least, and gets it by for now.
2013-07-12Avoid doc collisions on npm version upgradeisaacs
2013-07-12delete old docs on publishisaacs
2013-07-12doc: Build index as 'npm-index.md'isaacs
Otherwise, we end up creating 'man 7 index' which is weird.
2013-07-12doc: Fix links on legacy html docsisaacs
2013-07-12makefile: spacingisaacs
2013-07-12doc: Build index and readme html properlyisaacs
2013-07-11doc: Don't copy to legacy url if already something thereisaacs
2013-07-11doc: Build legacy json/global docsisaacs
2013-07-11build: docclean more thoroughlyisaacs
2013-07-11doc: build sections 5 and 7isaacs
2013-06-13Makefile: git push on publishisaacs
I keep forgetting to do this. We have more committers now, releases sometimes end up on a merge branch, which is unnecessarily ugly.
2012-11-30Prevent recursive installation on makeisaacs
2012-09-10make: Fix 'publish' static file uploadsisaacs
2012-08-07Use public ronn instead of git forkisaacs
2012-08-02Put npm's dist tarbals on nodejs.orgisaacs
2012-08-02dist: Upload npm tarballs to a new placeisaacs
2012-08-02Don't upload docs to old site any moreisaacs
2012-08-01Upload docs to new npm site as well as oldisaacs
2012-07-12Using 'npm version' now. No need for 'make version'isaacs
2012-06-04Proper use of webfontisaacs
2012-02-25Upload tarball as well as zipsisaacs
2012-01-16Build ronn by checking the bin, not the packageisaacs
2012-01-13Do a git-clean when publishingisaacs
2012-01-13update makefile for submodule removalisaacs
2012-01-06Fix 'make publish'isaacs
2012-01-05A script for building a releaseisaacs
2011-12-15don't always try to push to master. just push to originisaacs