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
2015-05-20Fix syntax in npm-shrinkwrap.md.Victor
2015-05-15doc: clarify the use of --registryMichael Klein
2015-05-15doc: note that hosted repo shortcuts can take commit-ishesRebecca Turner
2015-05-08use "LicenseRef-LICENSE" non-standard licensesKyle Mitchell
2015-05-08doc: clarify license metadata guidelinesKyle Mitchell
2015-05-01doc: use backticks instead of quotesRichard Littauer
2015-05-01doc: add package name restrictionsLin Clark
2015-05-01doc: global npmrc goes in $PREFIX/etc/npmrcAntti Mattila
2015-05-01doc: mention how to run script directlyMike MacCana
2015-04-24config: version tag version prefix is configurableKevin Kragenbrink
2015-04-24doc: update npm-scope to note npm private modulessmikes
2015-04-17six was not a useful numberZeke Sikelianos
2015-04-10doc: document new hosted git shortcut syntaxForrest L Norvell
2015-04-08doc: --tag prevents setting "latest" on publishLin Clark
2015-03-27Update string example to have closing quotesSnuggs
2015-03-05doc: add note about node_modules/.binMatt Brennan
2015-03-05doc: properly close code block in npm-install.mdOli Evans
2015-03-05doc: add note about package nameRichard Littauer
2015-02-27init-package-json@1.3.0Forrest L Norvell
2015-02-27doc: soften warning against using install scriptsZeke Sikelianos
2015-02-27Added an --if-present flag for not erroring on unspecified scripts.Jussi Kalliokoski
2015-02-27ls: allow filtering by --dev / --prod[uction]Daijiro Wachi
2015-02-27doc: `npm `run-script`` groups scriptsForrest L Norvell
2015-02-27doc: clarify git-tag-version docsForrest L Norvell
2015-02-27doc: document `git-tag-version` in `npm version`Kenan Yildirim
2015-02-27doc: add note about git-tag-versionsmikes
2015-02-27doc: small note about suprising update behaviorForrest L Norvell
2015-02-27doc, test: document update actionsmikes
2015-02-26docs: drop misleading & obsolete docs; reorganizedForrest L Norvell
2015-02-26Update npm-install.mdGuðlaugur Stefán Egilsson
2015-02-20npm outdated: have default depth=0smikes
2015-02-13src: warn that peerDependency behavior is changingForrest L Norvell
2015-02-13doc: document deprecation of engineStrictForrest L Norvell
2015-02-13logout: add new commandForrest L Norvell
2015-02-13update semver docs to match version in packageForrest L Norvell
2015-02-13doc: switch http to https in examples when possibleKarl Horky
2015-02-13Fix npm link documentation typo.David Marr
2015-02-13docs: GH shortcut works for repo in package.jsonMarcin Wosinek
2015-02-12Fix typo in dist-tag docsIsaac Murchie
2015-02-10remove redundant backtickVladimir Rutsky
2015-02-06Update npm-shrinkwrap.mdCharlie Rudolph
2015-01-26docs: fix default version in npm-config(7)Luc Thevenard
2015-01-24docs: missing comma in doc/files/package.json.mdAndrey Fedorov
2015-01-23docs: `npm dist-tag`Forrest L Norvell
2015-01-23deprecate `npm tag` the simplest way possibleForrest L Norvell
2015-01-23add access qualifier to publishingForrest L Norvell
2015-01-23docs: npm accessForrest L Norvell
2015-01-16report umask as zero-padded octalsmikes
2015-01-16s/field/fieldsZeke Sikelianos
2015-01-16make the example for bin links non-destructiveKevinSheedy