Skip to content

Commit 97afde3

Browse files
committedOct 27, 2017
Add header and comments to npmrc
1 parent a2d4b90 commit 97afde3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed
 

‎.npmrc

+8-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
save-prefix="~"
1+
; This Source Code Form is subject to the terms of the Mozilla Public
2+
; License, v. 2.0. If a copy of the MPL was not distributed with this
3+
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
4+
5+
; OED does not auto-update minor versions, only patch versions.
6+
; ~ is the SemVer character specifying this behavior.
7+
; This directive makes `npm install --save <package>` and similar commands use that instead of "^"
8+
save-prefix="~"

0 commit comments

Comments
 (0)
Please sign in to comment.