Skip to content

Commit

Permalink
Remove upgrade script
Browse files Browse the repository at this point in the history
When using the mono repo each module had to check its own dependencies
for upgrades. We have replaced this with Renovate. So this script can be
removed.
  • Loading branch information
mpkorstanje committed Jun 6, 2024
1 parent e669def commit 17205eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"cucumber": "cucumber-js --tags \"not @wip\"",
"build": "tsc",
"eslint": "eslint \"**/*.js\"",
"eslint:fix": "eslint \"**/*.js\" --fix",
"update-dependencies": "npx npm-check-updates --upgrade --dep prod,dev,optional,bundle"
"eslint:fix": "eslint \"**/*.js\" --fix"
},
"author": "Josh Chisholm <joshuachisholm@gmail.com>",
"contributors": [
Expand Down

0 comments on commit 17205eb

Please sign in to comment.