mirror of
https://github.com/jakejarvis/dotfiles.git
synced 2025-04-26 03:45:21 -04:00
12 lines
388 B
Plaintext
12 lines
388 B
Plaintext
npm config set registry "https://registry.npmjs.com/"
|
|
npm config set loglevel="warn"
|
|
npm config set send-metrics=false
|
|
npm config set save=true
|
|
npm config set editor="nano"
|
|
|
|
npm config set init-author-name "Jake Jarvis"
|
|
npm config set init-author-email "jake@jarv.is"
|
|
npm config set init-author-url "https://jarv.is/"
|
|
npm config set init-license "MIT"
|
|
npm config set init-version "0.0.1"
|