diff options
-rw-r--r-- | base.yaml | 1 | ||||
-rw-r--r-- | base/npmrc | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -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.url=https://adamhovorka.com/ +init.license=MIT |