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
2018-03-09docs: document `browser` field (#18382)Max Stoiber
2018-03-09docs: Clarify that "files" is an exclusive list of files (#18407)Bruce MacNaughton
2018-03-09docs: capitalize javascript cause why not (#18514)Mason Pawsey
2018-03-09docs: typo fix in coding style (#18976)rinfan
2018-03-09install: Support for --no-proxy configuration (#19157)Allan Kimmer Jensen
2018-03-09docs: add --development info in npm-ls.md (#19192)Victor Belozyorov
2018-03-09docs: tiny style fix in npm.md (#19194)Victor Belozyorov
2018-03-09docs: add "edit" section to description in npm-team.md (#19216)Victor Belozyorov
2018-03-09docs: sync package-lock spec and help page (#19307)Ben Creasy
2018-03-09docs: added example for homepage pkgjson field(#19475)sreenivas alapati
2018-03-09docs: update now saves by default (#19552)Kristofer Selbekk
2018-03-09docs: Fix cache location on Windows (#19676)Vladislav Rassokhin
2018-03-09docs: name and version optional (#19726)Nicolas Garnier
2018-03-09doc: Fix default value for config save option (#19858)Nalin Bhardwaj
2018-03-09docs: Fix package-json typo in npm-config.md (#19870)Joe Bowbeer
2018-03-09config: disable color by default when $NO_COLOR is set (#19929)Leаh Neukirchen
2018-03-09docs: nudge around some details in ci docs (#19957)Kat Marchán
2018-03-09docs: Add a note to install --production. (#19950)Kyra
2018-02-21semver@5.5.0Rebecca Turner
2018-02-20ci: add new npm ci installerKat Marchán
2018-02-20pkglock: automatically resolve conflictsKat Marchán
2018-02-02install: Only autoprune on install with lock fileRebecca Turner
2017-11-21config: expose "node-options" passthrough for lifecycle scriptsBradley Farias
2017-11-18docs: Remove trailing white space from npm-access docsVictor Belozyorov
2017-11-18doc: use valid JSON in example for bundledDependenciesCharmander
2017-11-16install: add package-lock-only config optionAlejandro López
2017-10-19docs: improve wording for the docs for the "engine" section of package.json f...Andrew Pitman
2017-10-19docs: verboten -> forbidden (#18571)Andreas Müller
2017-10-19docs: write about script-shell config (#18679)Gabor Szabo
2017-10-19docs: reference github shorthand in package.json.md (#18742)Felicio Mununga
2017-10-192fa: The great tfa → 2fa rename (#18845)Rebecca Turner
2017-10-04publish: Prompt for OTP when required and we have a TTYRebecca Turner
2017-10-04map-to-registry: Generally add support for otp flagRebecca Turner
2017-10-04profile,token: Add new profile commandsRebecca Turner
2017-09-14doc: In npm-config, note that env vars use _ in place of -.Jakub Holy
2017-09-14doc: add "notice" loglevel and correct the defaultKenan Yildirim
2017-08-23tar: Remove use of old tarisaacs
2017-08-18doc: fix description of package.json in npm-scripts docstripu
2017-08-18doc: clarify interaction between npmignore and files in package.jsonTong Li
2017-08-18doc: Corrected the typo in package-locks docsVikram
2017-08-18doc: clarify usage for the `files` field in `package.json`Xavier Cambar
2017-08-16docs: update semver docsMike Sherov
2017-08-16config: provide --json cli switch to npm config listMike Sherov
2017-08-15version: Adding the ability to control running of git hooksBrendan Warkentin
2017-08-13doc: Clarify the behavior of the `files` array in the package-json docsJoshua Chaitin-Pollak
2017-08-13ping: improve outputlegodude17
2017-07-28docs: updating naming convention for certificates (#17785)Luis Gustavo Pereira
2017-07-28docs: Add info about `files` and `npm pack` (#17897)David Goss
2017-07-28docs: Fix grammar, format, and spelling in documentation (#17832)Simon Kurtz
2017-07-18run-script: Export the CWD that `npm` was run from to scriptsMichaelQQ