Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaHydrae committed Feb 1, 2025
1 parent 4e4a088 commit 3e5b831
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"exec",
"execvp"
],
"version": "0.1.0",
"version": "0.1.1",
"os": [
"darwin"
],
Expand All @@ -24,4 +24,4 @@
"engines": {
"node": "^18 || ^20 || ^22"
}
}
}
4 changes: 2 additions & 2 deletions npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"exec",
"execvp"
],
"version": "0.1.0",
"version": "0.1.1",
"os": [
"darwin"
],
Expand All @@ -24,4 +24,4 @@
"engines": {
"node": "^18 || ^20 || ^22"
}
}
}
4 changes: 2 additions & 2 deletions npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"exec",
"execvp"
],
"version": "0.1.0",
"version": "0.1.1",
"os": [
"linux"
],
Expand All @@ -27,4 +27,4 @@
"engines": {
"node": "^18 || ^20 || ^22"
}
}
}
4 changes: 2 additions & 2 deletions npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"exec",
"execvp"
],
"version": "0.1.0",
"version": "0.1.1",
"os": [
"linux"
],
Expand All @@ -27,4 +27,4 @@
"engines": {
"node": "^18 || ^20 || ^22"
}
}
}
4 changes: 2 additions & 2 deletions npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"exec",
"execvp"
],
"version": "0.1.0",
"version": "0.1.1",
"os": [
"linux"
],
Expand All @@ -27,4 +27,4 @@
"engines": {
"node": "^18 || ^20 || ^22"
}
}
}
4 changes: 2 additions & 2 deletions npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"exec",
"execvp"
],
"version": "0.1.0",
"version": "0.1.1",
"os": [
"linux"
],
Expand All @@ -27,4 +27,4 @@
"engines": {
"node": "^18 || ^20 || ^22"
}
}
}
4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
{
"name": "@alphahydrae/exec",
"version": "0.1.0",
"version": "0.1.1",
"description": "The execvp function for Node.js",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 3e5b831

Please sign in to comment.