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 (Collapse)Author
2015-09-113.3.3v3.3.3Rebecca Turner
2015-09-11update AUTHORSRebecca Turner
2015-09-11doc: update CHANGELOG for 3.3.3Rebecca Turner
2015-09-11doc: Update changelog for 2.14.4Kat Marchán
2015-09-11adduser: remove obsolescent process.binding useForrest L Norvell
Fixes: #9544 PR-URL: https://github.com/npm/npm/pull/9549
2015-09-11doc: Clarify documentation wrt `.{npm,git}ignore` behaviourAnna Henningsen
I was a bit confused when I found out that `.gitignore` files are treated as replacements for `.npmignore` files even in subdirectories, given that the documentation basically only talks about `.npmignore` in the root directory. I hope this clears things up a little for other users. PR-URL: https://github.com/npm/npm/pull/9492
2015-09-11readdir-scoped-modules@1.0.2Rebecca Turner
2015-09-11tar@2.2.1Rebecca Turner
2015-09-11read-package-json@2.0.1Rebecca Turner
2015-09-11read-installed@4.0.3Rebecca Turner
2015-09-10nopt@3.0.4Rebecca Turner
2015-09-10fstream@1.0.8Rebecca Turner
2015-09-10fs-write-stream-atomic@1.0.4Rebecca Turner
2015-09-10fs-vacuum@1.2.7Rebecca Turner
2015-09-10tap@1.4.1Rebecca Turner
2015-09-10deep-equal@1.0.1Rebecca Turner
2015-09-10mime-types@2.1.6 & mime-db@1.18.0Rebecca Turner
2015-09-10spdx-correct@1.0.1Rebecca Turner
2015-09-10process-nextick-args@1.0.3Rebecca Turner
2015-09-10cryptiles@2.0.5Rebecca Turner
2015-09-10bluebird@2.10.0Rebecca Turner
2015-09-10node-gyp@3.0.1Rebecca Turner
2015-09-10retry@0.7.0Rebecca Turner
2015-09-10which@1.1.2Rebecca Turner
2015-09-10write-file-atomic@1.1.3Rebecca Turner
2015-09-10deps: Remove user-managed flag from bundled modulesRebecca Turner
2015-09-10link: allow npm link to run on windows with prerelease versions of nodeJon Hall
(provided they are newer than 0.7.9) PR-URL: https://github.com/npm/npm/pull/9506 Fixes: #9505
2015-09-10gently-rm: Treat cmd-shims the same way we treat symlinksRebecca Turner
PR-URL: https://github.com/npm/npm/pull/9537 Fixes: 9394
2015-09-10read-cmd-shim@1.0.1Rebecca Turner
2015-09-09doc: remove misleading API documentationForrest L Norvell
The API is awkward, brittle, and frequently counterintuitive. Having it documented sets an unrealistic expectation of it being a supported / encouraged thing for developers outside the team to use. Until we have an API we should stand behind, having it be undocumented is actually a net win because people won't be misled into thinking they're gonna have a good time by using it.
2015-09-043.3.2v3.3.2Forrest L Norvell
2015-09-04doc: update changelog for 3.3.2Forrest L Norvell
2015-09-04doc: update changelog for 2.14.3Kat Marchán
2015-09-04test: create .npmrcs if they're goneForrest L Norvell
This is what happens as a result of the changes to `fstream-npm` -- when you try to integrate npm downstream, those files won't be there more because `make release` calls `npm pack`, which uses `fstream-npm`. PR-URL: https://github.com/npm/npm/pull/9476
2015-09-04CHANGELOG: clarify windows-related nature of patchMarcin Cieslak
PR-URL: https://github.com/npm/npm/pull/9431
2015-09-04tap@1.4.0Forrest L Norvell
Add t.contains() as alias to t.match(), and switch to version of `same` that supports cycles in the object graph.
2015-09-04is-my-json-valid@2.12.2Forrest L Norvell
Correct a bad README example, and update to newest `json-pointer`.
2015-08-283.3.1v3.3.1Forrest L Norvell
2015-08-28update AUTHORSForrest L Norvell
2015-08-28tar@2.2.0Forrest L Norvell
Add `discard` method to ditch unwanted tar entries.
2015-08-28normalize-package-data@2.3.2Forrest L Norvell
Support new version of `validate-npm-package-license`.
2015-08-28init-package-json@1.9.1Forrest L Norvell
Support `silent` to suppress all output from the init process.
2015-08-28error-handler: improve EISDIR error messageKenan Yildirim
Reports of `EISDIR` on the issue tracker are almost exclusively caused by users trying to install something that does not have a `package.json`. However, it is clearly difficult for many users to discern this simple problem from the error code alone. So let's expand upon it. PR-URL: https://github.com/npm/npm/pull/9396
2015-08-28install: don't warn on preferGlobal for devDepsMarcin Cieslak
Followup-To: https://github.com/npm/npm/issues/1648 Fixes: https://github.com/npm/npm/issues/8517 PR-URL: https://github.com/npm/npm/pull/9409 PR-URL: https://github.com/npm/npm/pull/8841
2015-08-28install: warn on preferGlobal when there's no depsKat Marchán
PR-URL: https://github.com/npm/npm/pull/9409
2015-08-28tests: check that preferGlobal is warning properlyKat Marchán
PR-URL: https://github.com/npm/npm/pull/9409
2015-08-28doc: update CHANGELOG for v3.3.1Rebecca Turner
2015-08-27docs: document additional unignorable filesMatthew Hasbach
PR-URL: https://github.com/npm/npm/pull/9386
2015-08-27test: just run _some_ testsRebecca Turner
PR-URL: https://github.com/npm/npm/pull/9360
2015-08-27doc: de-anachronize READMEForrest L Norvell
Followup-To: https://github.com/npm/npm/pull/9279 PR-URL: https://github.com/npm/npm/pull/9315