diff options
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | package-lock.json | 7 |
2 files changed, 6 insertions, 4 deletions
@@ -17,3 +17,6 @@ # This file includes all tags, classes, and ids from your *.html templates. hugo_stats.json + +# Ignore the .npmrc file. +.npmrc diff --git a/package-lock.json b/package-lock.json index 9b1d24d..e15a174 100644 --- a/package-lock.json +++ b/package-lock.json @@ -363,11 +363,10 @@ } }, "node_modules/editorconfig-checker": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/editorconfig-checker/-/editorconfig-checker-5.1.2.tgz", - "integrity": "sha512-HQfoRpRWJu3OS0+sn2qaX/U7TM0zjT+ANY2HH3wkBkd5INJDI5t6toY+JshYmhfXqX7luDndFwNV7f5e9Kmb7A==", + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/editorconfig-checker/-/editorconfig-checker-5.1.5.tgz", + "integrity": "sha512-l2QifQhu33enwAauVdwT0oBPz8xdCHOZ7jImuUNV/3AR3Dg26jPAVPdHeKzuf1qpMZTfnuOONqLlpSIEFP33Ig==", "dev": true, - "license": "MIT", "bin": { "ec": "dist/index.js", "editorconfig-checker": "dist/index.js" |
