Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
redaxmedia committed Mar 27, 2022
1 parent 6e14477 commit 602535e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
{
"@types/chai": "4.3.0",
"@types/mocha": "9.1.0",
"@types/node": "17.0.22",
"@types/node": "17.0.23",
"@types/semver": "7.3.9",
"chai": "4.3.6",
"del-cli": "4.0.1",
"eslint": "8.11.0",
"eslint": "8.12.0",
"eslint-config-redaxmedia": "4.2.3",
"mocha": "9.2.2",
"ts-node": "10.7.0"
Expand All @@ -49,8 +49,7 @@
"build": "tsc",
"lint": "eslint ./{src,tests}/**/*.ts",
"fix": "eslint ./{src,tests}/**/*.ts --fix",
"test": "mocha",
"prepublishOnly": "exit 1"
"test": "mocha"
},
"bin":
{
Expand Down

0 comments on commit 602535e

Please sign in to comment.