From 05de77ce0bced549a51afd9a444f03b21b38aa5a Mon Sep 17 00:00:00 2001 From: Adam Hovorka Date: Wed, 15 Nov 2017 18:34:51 -0700 Subject: Add npmrc --- base.yaml | 1 + base/npmrc | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 base/npmrc diff --git a/base.yaml b/base.yaml index a962fef..14093e6 100644 --- a/base.yaml +++ b/base.yaml @@ -13,6 +13,7 @@ ~/.capsesc: base/capsesc ~/.curlrc: base/curlrc ~/.makepkg.conf: base/makepkg.conf + ~/.npmrc: base/npmrc ~/.vim/colors: base/vim/colors ~/.vim/doc: base/vim/doc ~/.vim/ftdetect: base/vim/ftdetect diff --git a/base/npmrc b/base/npmrc new file mode 100644 index 0000000..7edfecf --- /dev/null +++ b/base/npmrc @@ -0,0 +1,4 @@ +init.author.name=Adam Hovorka +init.author.email=adamhovorka@gmail.com +init.author.url=https://adamhovorka.com/ +init.license=MIT -- cgit v1.2.3-70-g09d2