mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
chore: Don't generate package-lock.json (#349)
This commit is contained in:
parent
cce150d647
commit
a9d25b04ac
2 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
.eslintrc.json
|
.eslintrc.json
|
||||||
.github
|
.github
|
||||||
.markdownlint.json
|
.markdownlint.json
|
||||||
|
.npmrc
|
||||||
.vscode
|
.vscode
|
||||||
coverage
|
coverage
|
||||||
demo/*
|
demo/*
|
||||||
|
|
|
||||||
1
.npmrc
Normal file
1
.npmrc
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
package-lock=false
|
||||||
Loading…
Add table
Add a link
Reference in a new issue