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 9024d5d
Show file tree
Hide file tree
Showing 2 changed files with 188 additions and 0 deletions.
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.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"puglint": "pug-lint views/",
"pug-lint": "npm run puglint",
"lint": "npm-run-all --continue-on-error --parallel 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 9024d5d

Please sign in to comment.