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
AgeCommit message (Expand)Author
2015-03-062.7.1v2.7.1Forrest L Norvell
2015-03-06update changelog for npm@2.7.1Forrest L Norvell
2015-03-06install: tweak install --link for gitForrest L Norvell
2015-03-06install: don't try to --link git dependenciessmikes
2015-03-06nock@1.1.0Forrest L Norvell
2015-03-06rimraf@2.3.1Forrest L Norvell
2015-03-06update: a completely uncontroversial changeForrest L Norvell
2015-03-05install: engineStrict only warns for this packageForrest L Norvell
2015-03-05update: only update when current !== wantedForrest L Norvell
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-03-05changelog: fixed typoAdrian Lynch
2015-03-05dedupe: test/tap/dedupe-scoped.js uses find-dupesForrest L Norvell
2015-03-05dedupe: Handle scoped packagesKarolis Narkevicius
2015-03-05restore order to caching git remotesForrest L Norvell
2015-03-04`npm stars` don't send bogus auth when not authedForrest L Norvell
2015-03-04config: remove redundant validatorForrest L Norvell
2015-03-03publish, config: move tag-semver testsmikes
2015-03-02Windows doesn't know what rm is.Forrest L Norvell
2015-03-02error-handler: update support url to https from httpDaijiro Wachi
2015-03-02Adds function call to gitEnv in checkGitDirAndreas
2015-03-02error-handler: FreeBSD does EAI_FAIL,not ENOTFOUNDForrest L Norvell
2015-02-27doc: fix typo in contributor linkDaijiro Wachi
2015-02-27read-package-json@1.3.2Forrest L Norvell
2015-02-27update AUTHORSForrest L Norvell
2015-02-272.7.0v2.7.0Forrest L Norvell
2015-02-27update changelog for npm@2.7.0Forrest L Norvell
2015-02-27which@1.0.9Forrest L Norvell
2015-02-27glob@4.4.1Forrest L Norvell
2015-02-27tap@0.7.1Forrest L Norvell
2015-02-27semver@4.3.1Forrest L Norvell
2015-02-27init-package-json@1.3.0Forrest L Norvell
2015-02-27error-handler: added er.parent to ETARGET errorDav Glass
2015-02-27doc: soften warning against using install scriptsZeke Sikelianos
2015-02-27rm: npm rm <noargs> globally removes (unlinks) '.'isaacs
2015-02-27completion: make separator a localForrest L Norvell
2015-02-27cache: test add-remote-git's URL normalizationForrest L Norvell
2015-02-27cache: add-remote-git expects no 'git+' on URLsForrest L Norvell
2015-02-27cache: don't add 'git+' when it's already thereTim Whidden
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-27test: rescue test from disabled; generate fixturessmikes
2015-02-27test: fix typosmikes
2015-02-27git: log full git command line on errorthriqon
2015-02-27doc: `npm `run-script`` groups scriptsForrest L Norvell
2015-02-27run-script: tweak wording of output, add testsForrest L Norvell
2015-02-27run-scripts: group scripts in list outputDaijiro Wachi
2015-02-27run-script: test run-script restart defaultsBryant Williams
2015-02-27run-script: only run restart lifecyle when no scriptDaijiro Wachi