Skip to content

Commit

Permalink
Update dependencies and fix the test script for Node 21
Browse files Browse the repository at this point in the history
  • Loading branch information
w3nl committed Oct 20, 2023
1 parent 668c7d6 commit 70bc5d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint": "eslint src/*.js --config .eslintrc",
"lint:report": "eslint src/*.js --config .eslintrc -f json -o report.json",
"lint:fix": "eslint src/*.js --config .eslintrc --fix",
"test": "c8 node --test src/",
"test": "c8 node --test src/__tests__/*.js",
"cpd": "node_modules/jscpd/bin/jscpd src",
"vulnerabilities": "npm audit --production",
"build": "microbundle --target node src/objects.js",
Expand Down

0 comments on commit 70bc5d8

Please sign in to comment.