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
2021-06-10chore(package) Use a "files" listisaacs
We have a fairly small number of things that we wish to ship in our package, and they're all nicely arranged in a small number of folders. Instead of having a sprawling .npmignore file, we should just get with the recommended best practice, and use a "files" list in package.json. PR-URL: https://github.com/npm/cli/pull/3365 Credit: @isaacs Close: #3365 Reviewed-by: @wraithgar
2021-06-01chore: manage docs as a workspaceRuy Adorno
- Add `./docs` as a workspace - Reinstate `./docs/package.json` to manage docs deps - Ignore `docs/content` markdown source folder from published tarball - Tweaked `make docs` to use `npm run` to run docs build step - Tweaked "bundle and gitignore" script to ignore symlinks in nm folder - Removed outdated `package.json` comment Relates to: https://github.com/npm/statusboard/issues/362 PR-URL: https://github.com/npm/cli/pull/3342 Credit: @ruyadorno Close: #3342 Reviewed-by: @wraithgar
2021-03-26add smoke testsRuy Adorno
Lightweight smoke test suite that runs common commands so that we can also have a holistic check during CI. PR-URL: https://github.com/npm/cli/pull/2959 Credit: @ruyadorno Close: #2959 Reviewed-by: @nlf
2021-03-11chore: skip publishing some unnecessary filesnlf/dont-publish-more-filesnlf
PR-URL: https://github.com/npm/cli/pull/2851 Credit: @nlf Close: #2851 Reviewed-by: @isaacs
2021-02-25chore(docs): add navigation configurationEdward Thomson
The documentation in this repository is added to the overall npm documentation at https://docs.npmjs.com/, which includes both the documentation for the public registry and the CLI. The documentation site itself also has a navigational hierarchy; since the content is included from the CLI, we also want to ensure that the navigation for that content lives in this repository. This means that this repository is the source of truth for all of the CLI documentation, and we do not need to update two places when we add, edit, or remove CLI documentation. It all lives here. This also teaches the documentation rendering script to identify when the navigation configuration (nav.yml) is missing new pages that were recently added or retains old pages that have recently been deleted. PR-URL: https://github.com/npm/cli/pull/2775 Credit: @ethomson Close: #2775 Reviewed-by: @wraithgar
2021-01-21chore: remove coverage filesRuy Adorno
PR-URL: https://github.com/npm/cli/pull/2511 Credit: @ruyadorno Close: #2511 Reviewed-by: @wraithgar
2020-09-01add .editorconfig to .gitignore/.npmignoreRuy Adorno
2020-05-01chore: avoid publish vim session fileRuy Adorno
2019-11-18docs: ignore netlify fileclaudiahdz
PR-URL: https://github.com/npm/cli/pull/493 Credit: @claudiahdz Close: #493 Reviewed-by: @claudiahdz
2019-11-13fix: should not publish tap-snapshot folderRuy Adorno
- Add `tap-snapshot` folder to `.npmignore` - Fixes #461 PR-URL: https://github.com/npm/cli/pull/471 Credit: @ruyadorno Close: #471 Reviewed-by: @claudiahdz
2019-02-14misc: replace ronn with marked-man (#126)Daijiro Wachi
PR-URL: https://github.com/npm/cli/pull/126 Credit: @watilde Reviewed-By: @aeschright
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