Skip to content

Commit

Permalink
bump cross-spawn to ^7
Browse files Browse the repository at this point in the history
  • Loading branch information
osher committed Nov 19, 2024
1 parent 838cf7a commit 8fc5e5e
Show file tree
Hide file tree
Showing 6 changed files with 1,766 additions and 586 deletions.
Binary file added .yarn/install-state.gz
Binary file not shown.
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.0.5
- Bump `cross-spawn` to `^7`

## 1.0.4
- Fix error `Cannot find module` on Windows 10

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pre-push",
"version": "0.1.4",
"version": "0.1.5",
"description": "Automatically install pre-push hooks for your npm modules.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"homepage": "https://github.com/dflourusso/pre-push",
"license": "MIT",
"dependencies": {
"cross-spawn": "^5.0.1",
"cross-spawn": "^7.0.6",
"spawn-sync": "^1.0.15",
"which": "1.2.x"
},
Expand Down
Loading

0 comments on commit 8fc5e5e

Please sign in to comment.