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
2013-12-07Update npm-version doc with correct arguments.Luke Arduini
2013-12-03Recommend SPDX IDs and OSI approved licenses.CamilleM
2013-12-03Add a new node version manager for windowsTom Huang
2013-12-02Allow npm repo for current local directory, like npm install .Robert Kowalski
2013-11-26Add docs for init.license.Alexej Yaroshevich
2013-11-26Add description of --no-optional argumentGabriel Falkenberg
2013-11-15doc: Remove reference to changelogisaacs
2013-10-28Add docs for --production flag in npm install.Jess Martin
2013-09-22Discover new versions with outdatedRobert Kowalski
2013-09-08Fix #3071: cache location documentationDomenic Denicola
2013-09-08document npm prune --productionRobert Kowalski
2013-09-08dedupe: more docs for tag, install and dedupeMaximilian Antoni
2013-08-20Document `user/repo` style GitHub URLsNicholas Kinsey
2013-08-20add missing aliases to cli doc pagesLuke Arduini
2013-08-17npm view docLuke Arduini
2013-08-16add "repo" commandTJ Holowaychuk
2013-08-15doc: Clarify versions and mention prepublishisaacs
2013-08-15doc: Fix typoTrevor Burnham
2013-08-12doc: Remove whitespaceRobert Gieseke
2013-08-07doc: Correct links to semver(7)isaacs
2013-07-29doc: fix typoBrian White
2013-07-27doc: Remove registry redirect stuffisaacs
2013-07-22doc: Remove duplicate version range line in npm-install.elisee
2013-07-15doc: Point at npm-ls, not npm-listisaacs
2013-07-14doc: folders is section 5, not 7isaacs
2013-07-12doc: More config doc crosslinkingisaacs
2013-07-12doc: Correct links to misc section docsisaacs
2013-07-12doc: s/npm-folders(1)/npm-folders(7)/gisaacs
2013-07-12doc: s/npm-json(1)/package.json(5)/gisaacs
2013-07-12doc: Update links in doc/files/isaacs
2013-07-12doc: Correct links in doc/misc/isaacs
2013-07-12doc: move semver to miscisaacs
2013-07-12doc: reformat npm-scriptsisaacs
2013-07-12doc: Split config up into 3 docsisaacs
2013-07-12doc: move npm-scripts to miscisaacs
2013-07-11doc: remove duplicate 'global' helpdocisaacs
2013-07-11doc: organize into sectionsisaacs
2013-07-10doc: update semverisaacs
2013-06-25ls: show git urls in parenthesesRobert Kowalski
2013-06-13faq: link to github issues onlyisaacs
2013-06-13Remove outdated 'insecure channel' FAQ from node 0.4 daysisaacs
2013-06-13faq: Clarify package/module nomenclatureisaacs
2013-06-02doc: Mention --nodedir in npm install documentationMatt McClure
2013-05-30implement --ignore-shrinkwrap, fixes #3436Robert Kowalski
2013-05-30install: Ignore shrinkwrap when --no-shrinkwrap is setisaacs
2013-05-29shrinkwrap: Exclude devDependencies from shrinkwrap fileisaacs
2013-05-29doc: Formatting shrinkwrapisaacs
2013-05-27doc: Document default `.npmignore`Mathias Bynens
2013-05-11Document that shrinkwrap still needs package.jsonFlorian Margaine
2013-05-11Clarify source of package name in npm link docs.Ian Babrou