Skip to content

Commit

Permalink
Add lockfile-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jan 14, 2020
1 parent 895899e commit e6549ee
Show file tree
Hide file tree
Showing 2 changed files with 189 additions and 1 deletion.
186 changes: 186 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"eslint": "eslint . --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives",
"puglint": "pug-lint views/",
"pug-lint": "npm run puglint",
"lint": "npm-run-all --continue-on-error --parallel eslint puglint",
"lint": "npm-run-all --continue-on-error --parallel lockfile-lint eslint puglint",
"lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
"mocha": "cross-env NODE_ENV=test ENABLE_CRAWLING=true mocha",
"mocha:only-functional": "npm run mocha -- --reporter progress ./test/functional_test.js",
"mocha:only-functional:dev": "cross-env BCDN_HEADERS=debug npm run mocha:only-functional",
Expand Down Expand Up @@ -62,6 +63,7 @@
"fs-walk": "0.0.2",
"html-validator": "^5.0.0",
"htmlencode": "0.0.4",
"lockfile-lint": "^3.0.5",
"mocha": "^7.0.0",
"mockdate": "^2.0.5",
"nodemon": "^2.0.2",
Expand Down

0 comments on commit e6549ee

Please sign in to comment.