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 (Expand)Author
2016-10-20doc: Document headers we add to registry requestsRebecca Turner
2016-10-20npm: Send Npm-Scope header along with requests to registryRebecca Turner
2016-10-20tag: Remove deprecated tag commandRebecca Turner
2016-10-20doc: replace prepublish with prepare in package.json docsKat Marchán
2016-10-20doc: document prepublish-on-install deprecationForrest L Norvell
2016-10-19npat: Remove the npat featureRebecca Turner
2016-10-19run-script: change default for `--scripts-prepend-node-path` to `warn-only`Anna Henningsen
2016-10-19run-script: Add option to ignore the current node executable for PATHAnna Henningsen
2016-10-13doc: updated docs for search optionsKat Marchán
2016-10-07doc: Update package.json example to include github branchesSteven
2016-09-09doc: clarify how config files are configuredForrest L Norvell
2016-09-09doc: update semver docs for semver@5.3.0Kat Marchán
2016-09-09doc: per-user config file isn't hardcodedJason Karns
2016-09-09shrinkwrap: save-dev updates shrinkwrap fileSzymon Nowak
2016-09-09doc: explain how to set node env in bin scriptsMax
2016-09-09doc: add details about npmrc commentsMichael Jasper
2016-09-09doc: Minor grammar fix in docs for npm scriptsAndrew Meyer
2016-09-09doc: npm link will link bin of project.legodude17
2016-09-09tar: ignore *.orig filesChristopher Hiller
2016-08-12doc: Clarify that npm@2 is required for scoped packagesDaniel Paz-Soldan
2016-08-12doc: explain difference between `version` and `preversion` scriptsChristophe Hurpeau
2016-08-11install: add GIT_EXEC_PATH to git env whitelistMichael Hart
2016-07-07run-script: only prepend node dir to PATH if not already in PATHSergey Simonchik
2016-07-01doc: correct link to `npm-tag` from tag docsSimon MacDonald
2016-06-24doc: Remove extra backtick from npm-ls docsAleksey Shvayka
2016-06-24doc: npm-publish(1) mentions npm-pack(1)Han Seoul-Oh
2016-06-17doc: Describe how to run lifecycle scripts of dependencies.Tapani Moilanen
2016-06-16shrinkwrap: Add new "shrinkwrap" lifecycle scriptSimen Bekkhus
2016-06-16npm: Only enable progressbar if we have a ttyRebecca Turner
2016-06-03doc: add config.gypi to package.json docsDmitry Kirilyuk
2016-05-27doc: small grammar fix in cli/npm.mdAndré Herculano
2016-05-27doc: Add `NOTICE` to files included in packSimen Bekkhus
2016-05-27doc: remove mention of `<pkg>` arg for `run-script`Gianluca Casati
2016-05-13doc: engineStrict is quite goneForrest L Norvell
2016-05-13doc: Improve documentation of when `node-gyp` is used.Francis Gulotta
2016-05-13doc: Correct documentation as to when `node-gyp rebuild` is calledFrancis Gulotta
2016-04-22doc: Reworded "cert" and "key" explanationRachel Evans
2016-04-22doc: clarify that "cert" and "key" are not pathsRachel Evans
2016-04-22doc: Describe how `npm run` sets `NODE` and `PATH` in more detailAnna Henningsen
2016-04-22doc: Clarify homepage url documentationSteve Mao
2016-03-31doc: clarify the effects of defining `engines`Francis Gulotta
2016-03-31doc: remove faq link as it's removed at #10547Daijiro Wachi
2016-03-31doc: add --ignore-scripts flag to install doc pagePaul Irish
2016-03-25doc: Include `node_modules` in list of auto-excluded filesJames Monger
2016-03-25doc: Fix typo in npm-orgs documentationYael
2016-03-18doc: fix small detail in npm-link docsKat Marchán
2016-03-18config: only send token to registry hostsForrest L Norvell
2016-03-18doc: fix typo in cli/npm-installDaijiro Wachi
2016-03-11doc: add command aliases to their respective docsDaijiro Wachi
2016-03-11doc: Revert "advise use of `--depth Infinity` instead of `--depth 9999`"GriffinSchneider