Skip to content

Commit

Permalink
feat(updated): replace david with updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Oct 26, 2018
1 parent 7a998ec commit 6a319f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"scripts": {
"lint:audit": "npm audit",
"lint:deps": "npx david --error404 --errorSCM --errorDepType",
"lint:deps": "npx updated",
"lint:ec": "npx editorconfig-checker .",
"lint:js": "npx eslint .",
"lint:node": "npx -p node-release-lines isnodesafe --ci",
Expand Down
2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"scripts": {
"coverage": "opener coverage/lcov-report/index.html",
"lint:audit": "npm audit",
"lint:deps": "npx david --error404 --errorSCM --errorDepType",
"lint:deps": "npx updated",
"lint:ec": "npx editorconfig-checker .",
"lint:js": "npx eslint .",
"lint:node": "npx -p node-release-lines isnodesafe --ci",
Expand Down

0 comments on commit 6a319f9

Please sign in to comment.