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
2018-06-29misc: Exclude /.github directory from package (#20881)Steven
PR-URL: https://github.com/npm/npm/pull/20881 Credit: @styfle Reviewed-By: @zkat
2018-04-10npmignore: Exclude all tests from distributionRebecca Turner
2016-10-25travis: Adjust tests to pass with NYC under travisRebecca Turner
Credit: @iarna PR-URL: https://github.com/npm/npm/pull/14400 Reviewed-By: @zkat
2016-05-28npmignore: ignore .nyc_outputMyles Borins
This will help avoid an accidental publish or commit filled with code coverage data Fixes: https://github.com/npm/npm/issues/12873 Credit: @TheAlphaNerd PR-URL: https://github.com/npm/npm/pull/12878 Reviewed-By: @zkat
2016-02-19test: add npm self installation testRebecca Turner
Credit: @iarna PR-URL: https://github.com/npm/npm/pull/11292 Reviewed-By: @zkat
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