aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Hovorka <[email protected]>2017-11-15 18:34:51 -0700
committerAdam Hovorka <[email protected]>2017-11-15 18:34:51 -0700
commit05de77ce0bced549a51afd9a444f03b21b38aa5a (patch)
tree000ec12a243522ab6f6eec50c991538a39de2853
parenta9459106cd1cf7a633e63b4675a53b64431ec6ba (diff)
Add npmrc
-rw-r--r--base.yaml1
-rw-r--r--base/npmrc4
2 files changed, 5 insertions, 0 deletions
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.url=https://adamhovorka.com/
+init.license=MIT