Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
emilos committed Aug 31, 2023
1 parent d505369 commit 87413b9
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 46 deletions.
1 change: 0 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
- name: npm install, build, and test
run: |
npm ci
npm run lint
npm test
env:
CI: true
84 changes: 42 additions & 42 deletions package-lock.json

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

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@
"main": "index.js",
"devDependencies": {
"ava": "^5.2.0",
"nyc": "^15.1.0",
"standard": "^17.0.0"
"nyc": "^15.1.0"
},
"engines": {
"node": ">=8.11.3"
},
"scripts": {
"lint": "standard",
"docs": "node docs/generate.js",
"fixtures": "node fixtures/index.js",
"test": "ava && npm run docs && npm run fixtures",
Expand Down

0 comments on commit 87413b9

Please sign in to comment.