We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24fd7e6 commit dcfa90aCopy full SHA for dcfa90a
.npmrc
@@ -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