Skip to content

Commit dcfa90a

Browse files
committed
Add npm configuration file
1 parent 24fd7e6 commit dcfa90a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.npmrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Configuration for [npm][1].
2+
#
3+
# [1]: https://docs.npmjs.com/files/npmrc
4+
5+
# Disable the creation of a lock file:
6+
package-lock = false
7+
shrinkwrap = false
8+
9+
# Disable automatically "saving" dependencies on install:
10+
save = false

0 commit comments

Comments
 (0)