Skip to content

Commit f944f4e

Browse files
rkeithhilldaviwil
authored andcommitted
Add package-lock.json file
Also update .gitattribtues to configure npm files to use LF since the newer version seems insistent about using LF. See npm/npm#17161
1 parent b170ad6 commit f944f4e

File tree

2 files changed

+3107
-0
lines changed

2 files changed

+3107
-0
lines changed

.gitattributes

+5
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
# Set the default behavior, in case people don't have core.autocrlf set.
22
* text=auto
3+
4+
# .gitattributes in project root
5+
# npm now seems to be insisting on LF - see https://github.com/npm/npm/issues/17161
6+
package.json text eol=lf
7+
package-lock.json text eol=lf

0 commit comments

Comments
 (0)