Skip to content

Commit

Permalink
Merge pull request #22 from jadoonf/jadoonf-patch-20
Browse files Browse the repository at this point in the history
Update package.json
  • Loading branch information
jadoonf authored Aug 29, 2023
2 parents 695de1d + 80b08e4 commit 91a2378
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/lstn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ jobs:

- name: lstn scan
uses: listendev/[email protected]
with:
lstn_flags: "--ignore-deptypes=peer --ignore-packages=react"

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@
"tap-parser": "^11.0.2",
"tap-yaml": "^1.0.2",
"tcompare": "^5.0.7",
"treport": "3.0.4",
"treport": "3.0.4"
},
"peerDependencies": {
"core-js": "3.31.1"
},
"devDependencies": {
"jq": "^1.7.2"
}
}

0 comments on commit 91a2378

Please sign in to comment.