Skip to content

Commit

Permalink
fix: Add @types/glob as devDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ffflorian authored and ahmadnassri committed Jun 13, 2024
1 parent cfea132 commit 6756acb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
18 changes: 11 additions & 7 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 @@ -35,12 +35,10 @@
"test:report": "opener coverage/lcov-report/index.html"
},
"devDependencies": {
"@types/glob": "^8.0.0",
"tap": "^16.3.0"
},
"peerDependencies": {
"glob": "^8.0.3"
},
"dependencies": {
"@types/glob": "^8.0.0"
}
}

0 comments on commit 6756acb

Please sign in to comment.