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
path: root/doc
AgeCommit message (Collapse)Author
2016-03-10doc: Note the required npm version in the npm-scope docsdoug.wade
PR-URL: https://github.com/npm/npm/pull/11786 Credit: @doug-wade Reviewed-By: @iarna Fixes: #10968
2016-03-10doc: fix description of npm-linkrhgb
The command `npm link` should be linking package from local folder to global, and `npm link package-name` should be from global to local. The current description is reversed. Credit: @rhgb Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/11820
2016-03-04docs: Add docs for using the `--registry` flag with searchScott Plumlee
Credit: @plumlee PR-URL: https://github.com/npm/npm/pull/11490 Reviewed-By: @iarna
2016-02-26docs: add the contributing guidelines linkDaijiro Wachi
PR-URL: https://github.com/npm/npm/pull/11441 Credit: @watilde Reviewed-By: @iarna
2016-02-26docs: remove google usergroupDaijiro Wachi
Credit: @watilde PR-URL: https://github.com/npm/npm/pull/11441/commits Reviewed-By: @iarna
2016-02-26doc: Correct invalid JSON in npm-update docsRobert Ludwig
Credit: @robludwig Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/11474
2016-02-26doc: update documentation for bundledDependenciesgnerkus
2016-02-26cache: Add maxsockets config setting for registry clientAdam Byrne
PR-URL: https://github.com/npm/npm/pull/11666 Credit: @misterbyrne Reviewed-By: @iarna
2016-02-24doc: Add directories.test docLewis Cowper
PR-URL: https://github.com/npm/npm/pull/11644 Credit: @lewiscowper Reviewed-By: @iarna
2016-02-24Document `--save-bundle` option in main install page.Arturo Coronel
Fixes #11636. PR-URL: https://github.com/npm/npm/pull/11645 Credit: @datyayu Reviewed-By: @iarna
2016-02-19doc: Remove confusing ref of adduserNeil Kistner
Credit: @wyze PR-URL: https://github.com/npm/npm/pull/11416 Reviewed-By: @zkat
2016-02-19doc: Add colon for consistencyNeil Kistner
PR-URL: https://github.com/npm/npm/pull/11414 Credit: @wyze Reviewed-By: @zkat
2016-02-12doc: fix typo in npm-config.mdPrayag Verma
Found a spelling mistake - `elminate` > `eliminate` PR-URL: https://github.com/npm/npm/pull/11410 Credit: @pra85
2016-02-12doc: removes "--depth Infinity" warningharryh
PR-URL: https://github.com/npm/npm/pull/11403 Credit: @Aourin
2016-02-12doc: Update npm-shrinkwrap.mdXcat Liu
Fixed versions of `npm-shrinkwrap.json`, which was not match to previous versions. PR-URL: https://github.com/npm/npm/pull/11391 Credit: @xcatliu
2016-02-04docs: update included/excluded filesJan Schär
This updates #9002 PR-URL: https://github.com/npm/npm/pull/11348 Credit: @jscissr
2016-01-29doc: Include an example of viewing package version historyVedat Mahir YILMAZ
Credit: @vedatmahir Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/11273
2016-01-29doc: Fix typographical issue in npm-update docsJonathan Persson
Credit: @jonathanp Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/11272
2016-01-29docs: do not call magic license values SPDX expressionsKyle Mitchell
PR-URL: https://github.com/npm/npm/pull/11215 Credit: @kemitchell Reviewed-By: @iarna
2016-01-29add-remote-git: Add support for git submodules in git remotesMartin von Gagern
This is a fairly simple approach, which does not leverage the git caching mechansim to cache submodules. It also doesn't provide a means to disable automatic initialization, e.g. via a setting in the .gitmodules file. This also adds documentation for the git+file protocol, since we have a test case ensuring that this works. We have no test case for the git+rsync protocol, even though npm-package-arg seems to have support for that as well, so that wasn't added to the documentation. PR-URL: https://github.com/npm/npm/pull/11094 Credit: @gagern Reviewed-By: @othiym23 Fixes: #1876
2016-01-29doc: Make "JSON" snippets valid JSONs100
Documentation for `package.json` [states](https://docs.npmjs.com/files/package.json) that it "must be actual JSON, not just a JavaScript object literal". PR-URL: https://github.com/npm/npm/pull/11196 Credit: @s100 Reviewed-By: @iarna
2016-01-21doc: briefly explain what's includedBeau Gunderson
PR-URL: https://github.com/npm/npm/pull/11188 Credit: @beaugunderson Reviewed-By: @othiym23
2016-01-21doc: advise use of `--depth Infinity` instead of `--depth 9999`Hal Henke
PR-URL: https://github.com/npm/npm/pull/11150 Credit: @halhenke Reviewed-By: @othiym23
2016-01-21docs: Add link to local paths sectionJulian Simioni
Credit: @orangejulius Reviewed-By: @othiym23 PR-URL: https://github.com/npm/npm/pull/11128
2016-01-21outdated: report symlinked packages as 'linked'Hal Henke
PR-URL: https://github.com/npm/npm/pull/11115 Credit: @halhenke Reviewed-By: @othiym23 Fixes: #8752
2016-01-21run-script: Warn if using script without installTim Krins
It might be helpful to remind people that they're trying to run a script before they actually run `npm install` on the package. PR-URL: https://github.com/npm/npm/pull/10043 Credit: @timkrins
2016-01-15doc: add information about 'version from-git'ekmartin
PR-URL: https://github.com/npm/npm/pull/10717 Credit: @ekmartin
2016-01-07has-unicode@2.0.0Rebecca Turner
Change the default on windows to be false, as international windows installs often install to non-unicode codepages and there's no way to detect this short of a system call or a call to a command line program. Credit: @iarna
2016-01-07doc: Update default value for color variableScott Addie
PR-URL: https://github.com/npm/npm/pull/11044 Credit: @scottaddie
2016-01-07doc: drop mention of `process.installPrefix`Jeff McMahan
process.installPrefix was removed here: https://github.com/nodejs/node-v0.x-archive/pull/3483. It was announced here: https://github.com/jhnns/node/wiki/API-changes-between-v0.6-and-v0.8. PR-URL: https://github.com/npm/npm/pull/10990 Credit: @jeffmcmahan
2016-01-07doc: Correct the max length of the name propertyScott Addie
PR-URL: https://github.com/npm/npm/pull/11037 Credit: @scottaddie
2016-01-07doc: npm-dist-tag: s/"/`/gChris Rebert
For uniformity with the docs for the "publish" command, use code formatting for tag names in the docs for the "dist-tag" command. PR-URL: https://github.com/npm/npm/pull/10787 Credit: @cvrebert
2016-01-07doc: npm-dist-tag: Explain how `latest` is specialChris Rebert
* Explain why one would care about the `latest` tag, by explaining its special significance to `npm install`. Currently, only its default status with respect to `npm publish` is mentioned. * Also, avoid using npm as a meta-example, as this causes confusion between npm-the-tool and npm-the-project. The old docs made it sound like the `next` tag might've has special significance to npm-the-tool, when it was instead talking about npm-the-project (AFAIK). * Mention common practice regarding tagging unstable releases, as this is not universally known. * Include the term "prerelease" for SEO's sake PR-URL: https://github.com/npm/npm/pull/10787 Credit: @cvrebert
2016-01-07doc: Link to tag docs in docs for `publish --tag`Chris Rebert
PR-URL: https://github.com/npm/npm/pull/10788 Credit: @cvrebert
2016-01-07doc: Add ref to first mention of "tag" in docsChris Rebert
PR-URL: https://github.com/npm/npm/pull/10789 Credit: @cvrebert
2016-01-07doc: Clarify that default install ver is latestChris Rebert
That is, that `npm install foo` ≡ `npm install foo@latest` by default PR-URL: https://github.com/npm/npm/pull/10790 Credit: @cvrebert
2015-12-11semver@5.1.0Forrest L Norvell
Add BNF grammar to documentation. Credit: @isaacs Reviewed-By: @othiym23
2015-12-11doc: remove FAQAshley Williams
It is hostile, not helpful, and in some instances straight up incorrect. Fixes: #10546 Credit: @ashleygwilliams Reviewed-By: @othiym23 PR-URL: https://github.com/npm/npm/pull/10547
2015-12-11doc: update URLs to https used in defaults.jsRafał Pocztarski
Changed the default registry URLs in the docs in: * doc/misc/npm-registry.md * doc/cli/npm-adduser.md * doc/cli/npm-logout.md from: http://registry.npmjs.org/ to: https://registry.npmjs.org/ to make it consistent with the actual value in lib/config/defaults.js. Also changed several GitHub and npm.js links to https (the HTTP links get redirected to HTTPS anyway but it's better to avoid insecure redirection) and Stack Overflow and OSI links (those don't get redirected so it's even more important for them to use secure URLs) in: * doc/cli/npm.md * doc/files/package.json.md * doc/misc/npm-developers.md * doc/misc/npm-faq.md Credit: @rsp Reviewed-By: @othiym23 PR-URL: https://github.com/npm/npm/pull/10570
2015-12-11doc: grammarificate lifecycle descriptionForrest L Norvell
Credit: @othiym23 PR-URL: https://github.com/npm/npm/pull/10650
2015-12-11doc: correct number of install phasesEymen Gunay
Credit: @eymengunay Reviewed-By: @othiym23 PR-URL: https://github.com/npm/npm/pull/10650
2015-12-11doc: explain what `npm outdated`' tells youForrest L Norvell
Fixes: #10687 Credit: @othiym23 Reviewed-By: @ashleygwilliams PR-URL: https://github.com/npm/npm/pull/10695
2015-12-11doc: remove dead link to API docsverpixelt
Fixes: npm/docs#477 Credit: @verpixelt Reviewed-By: @othiym23 PR-URL: https://github.com/npm/npm/pull/10719
2015-11-25doc: npm dedupe doesn't take any argumentsBen Gotow
The example invocations of npm dedupe show arguments provided, but the copy says "Arguments are ignored. Dedupe always acts on the entire tree.", and that appears to be correct. Credit: @bengotow Reviewed-By: @othiym23 PR-URL: https://github.com/npm/npm/pull/10244
2015-11-25doc: correct order of org:team in `npm team`Louis Larry
Credit: @louislarry Reviewed-By: @othiym23 PR-URL: https://github.com/npm/npm/pull/10250
2015-11-25doc: remove broken / duplicate link to tagNick Williams
There was a duplicate link to `npm-tag` which was erroneously pointing to https://docs.npmjs.com/undefined/tag Credit: @WickyNilliams Reviewed-By: @othiym23 PR-URL: https://github.com/npm/npm/pull/10371
2015-11-25doc: remove refs to nonexistent `npm-rm(1)` manpageKenan Yildirim
The correct manpage is `npm-uninstall(1)`, **or** `doc/cli/npm-uninstall.md` should be renamed to `doc/cli/npm-rm.md`. Credit: @KenanY Reviewed-By: @othiym23 PR-URL: https://github.com/npm/npm/pull/10419
2015-11-25doc: clarify where install finds dependenciesTim
If someone's reading this default behaviour, chances are they don't know where the dependencies are listed. Credit: @sleekweasel Reviewed-By: @othiym23 PR-URL: https://github.com/npm/npm/pull/10474
2015-11-25doc: clarify what a package is slightlyAria Stewart
Credit: @aredridel Reviewed-By: @othiym23 PR-URL: https://github.com/npm/npm/pull/10497
2015-11-25doc: extra capital letterAlex Lukin
Credit: @alexlukin-softgrad Reviewed-By: @othiym23 PR-URL: https://github.com/npm/npm/pull/10539