Skip to content

Commit

Permalink
Add verify-deps script
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzable committed Nov 21, 2018
1 parent b008486 commit 34bb108
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
Empty file modified bin/cli.js
100644 → 100755
Empty file.
34 changes: 34 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 @@ -39,6 +39,7 @@
"lint": "eslint . --ext .js,.json --format junit -o ./reports/junit/js-lint-results.xml",
"prepare": "check-engines",
"test": "npm run jest -- --ci --runInBand && codecov",
"verify-deps": "bin/cli.js",
"version": "auto-changelog -p && git add CHANGELOG.md"
},
"dependencies": {
Expand All @@ -48,12 +49,13 @@
"devDependencies": {
"auto-changelog": "^1.10.1",
"check-engines": "^1.5.0",
"codecov": "^3.1.0",
"eslint": "^5.9.0",
"eslint-config-lifion": "^1.0.2",
"husky": "^1.1.4",
"jest": "^23.6.0",
"jest-junit": "^5.2.0",
"lint-staged": "^7.0.0",
"lint-staged": "^7.3.0",
"prettier": "^1.15.2"
},
"auto-changelog": {
Expand Down

0 comments on commit 34bb108

Please sign in to comment.