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-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-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.
2013-08-15use npm-registry-mock, fixes #3633Robert Kowalski
2013-03-20ignore pyc filesisaacs
2012-07-18Ignore 'npm pack' tarballsisaacs
2012-07-18More aggressive about ignoring test runnersisaacs
2012-06-26Ignore stuff betterisaacs
2012-05-06Don't need pngs in package tarballisaacs
2012-03-19include .npmignore files used by testsisaacs
2012-01-161.1.0-1v1.1.0-11.1.0-1isaacs
2011-11-27Don't include .gitignore in packageisaacs
2011-10-08Ignore ./npmrc fileisaacs
2011-09-17Ignore 'make doc' files from git, but not npmisaacs
2011-03-22don't need .npmignore if there's a .gitignore (soon)isaacs
2011-02-18ignore test dataisaacs
2010-12-30ignore test/packages/depends-on-spark/which-spark.logisaacs
2010-12-07add .swp to npmignoreisaacs
2010-11-15Ignore test bundles.isaacs
2010-09-02ignore test output logisaacs
2010-08-27Ignore the bundle test folders when publishing npm itselfisaacs
2010-08-09ignore bin, not binrootisaacs
2010-08-09ignore test dataisaacs
2010-07-25Don't include the random data in the npm package (it's big)isaacs