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
2014-09-26default loglevel "http" → "warn"Forrest L Norvell
2014-09-24Removed errant bit of documentation remaining from old API.Forrest L Norvell
2014-09-21doc: spelling errorJérémy Lal
2014-09-19Allow init without promptMichael Nisi
2014-09-19support saving --always-auth on adduserForrest L Norvell
2014-09-18Update docs to recommend install rather than updateThom Blake
Close #5903
2014-09-13don't check in node_modulesHunter Loftis
generalize git check in for non-deployable packages
2014-09-12semver@4.0.0isaacs
2014-09-05include version in docs, simplify textDylan Greene
2014-09-05update the docsDylan Greene
2014-09-05Changes to reflect scoped package support.Laurie Voss
2014-08-30npmconf@2.0.7Forrest L Norvell
Support -C as an alias for --prefix.
2014-08-22Document the use of a tag as a range specifier in dependenciesKenan Yildirim
Closes #5855 Closes #5936
2014-08-15doc: update version doc to include pre-* increment argsisaacs
2014-07-25Bump semver to version 3isaacs
This makes the '^' operator stricter for 0.x.y versions, even if 'x' is not 0. As a direct result, several *other* deps had to be updated, because they either depended on semver 2.x, or because the new stricter rules meant that they (or their deps) were no longer valid. The update to 'read-installed', in particular, causes a test failure. That update must be rolled back, or the test made to pass, prior to a stable npm 2.0.0 release going out.
2014-07-23making it so that you can pass arguments to run-scripts.bcoe
2014-07-21Add note about pre- & post- commands be invoked for custom scripts as wellsudodoki
2014-07-19Remove win from documented loglevelsAndrew Terris
2014-07-19upgrade npmconf and init-package-jsonisaacs
Adds support for 'init.version' config, and falling back to _auth config as default auth when using default registry.
2014-07-02username and email are now always scoped to a registryForrest L Norvell
2014-07-02use --scope to map scope to registryForrest L Norvell
2014-06-27docs: document cafile config settingChris Dickinson
2014-06-27use chrisdickinson's actual docs instead.Forrest L Norvell
This reverts commit ff5058d8e5797ebc53ed57398b0b81390bf6e2a2.
2014-06-27config docs: add cafileisaacs
2014-06-25doc: npm-explore can't handle a versionRobert Kowalski
Closes #5323
2014-06-25Remove concerns of package republishing from shrinkwrap docsMick Thompson
Republishing packages is no longer possible.
2014-06-25Fix small typo in synopsis in npm-link.md.sudodoki
Fix small typo (add 's') in command's synopsis in npm-link.md.
2014-06-25doc: revert accidental whitespace changeisaacs
2014-06-25bump tar and fstream depsisaacs
2014-06-01docs: document common npm dependenciesRobert Kowalski
Closes #5299
2014-05-24Include alias run in run-script doc.Zach Pomerantz
Correctly document run-script alias
2014-05-24update docs for cache folder structureisaacs
2014-05-24doc per-project .npmrc fileisaacs
2014-05-24Replace cache.clean/read. Document npm-cache(3)isaacs
Fix #5314
2014-05-16Update npmjs.com URL to be http://David\ Beitey
2014-05-14Correct complexity numbering in npm-faqBryan Burgers
Number the complexity hurdles in the "renaming node_modules" section using natural numbers (1, 2, 3, 4) instead of Fibonacci Sequence numbers (1, 2, 3, 5).
2014-05-08Busy Spinner, no http noiseisaacs
One step closer to #5213
2014-05-07updated npm run-script usageGianluca Casati
Seems that npm run-scripts params order is inverted, see https://github.com/npm/npm/blob/master/lib/run-script.js#L13
2014-05-07semver@2.3.0isaacs
This adds the "prerelease", "prepatch", "preminor", "premajor" options for `npm version`.
2014-05-02list runnable scriptsEvan Lucas
Running `npm run` will now list available scripts in the top level package.json. Fixes #4888
2014-05-01doc: fix npm-folders(5) duplicationRobin Tweedie
2014-04-18doc: clarify run-script arguments. Fixes #5087Domenic Denicola
2014-04-18Add in-line link to registry doc pageMatt Hickford
2014-04-18doc: add ^version explanation to package.json docsDomenic Denicola
Fixes #4910
2014-04-18doc: fix bracket ambiguityDomenic Denicola
Fixes #5093
2014-04-10adding save-prefix configuration optionThorsten Lorenz
- npm install --save|--save-dev takes npm.config['save-prefix'] into account when prefixing the version in the package.json - by default the version is prefixed with '^' - added tests for this feature - added documentation for this feature including one example - tests are passing without npmconf changes, but this commit goes alongside [e045042] in npmconf repo
2014-04-02fix link in faqRobert Kowalski
2014-04-02Add a peerDependencies section in package.json docJean Lauliac
Fixes #4739.
2014-03-19documentation fix regarding the publish/unpublish changes.J. Tangelder
2014-03-02docs: fix to reflect the 301 redirect from npmjs.org to www.npmjs.orgWesley de Souza
Passing the curl output to sh was failing since the output was an HTML from a 301 redirect, since npmjs.org is redirecting to www.npmjs.org, therefore I changed the places where this was mentioned.