Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaHydrae committed Feb 2, 2025
1 parent 71bc54d commit 1626d5a
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
@@ -1,6 +1,6 @@
{
"name": "@alphahydrae/exec-darwin-arm64",
"version": "0.2.6",
"version": "1.0.0",
"description": "The execvp function for Node.js",
"author": "Simon Oulevay <npm@alphahydrae.com>",
"keywords": [
Expand All @@ -25,4 +25,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
@@ -1,6 +1,6 @@
{
"name": "@alphahydrae/exec-darwin-x64",
"version": "0.2.6",
"version": "1.0.0",
"description": "The execvp function for Node.js",
"author": "Simon Oulevay <npm@alphahydrae.com>",
"keywords": [
Expand All @@ -25,4 +25,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
@@ -1,6 +1,6 @@
{
"name": "@alphahydrae/exec-linux-arm64-gnu",
"version": "0.2.6",
"version": "1.0.0",
"description": "The execvp function for Node.js",
"author": "Simon Oulevay <npm@alphahydrae.com>",
"keywords": [
Expand Down Expand Up @@ -28,4 +28,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
@@ -1,6 +1,6 @@
{
"name": "@alphahydrae/exec-linux-arm64-musl",
"version": "0.2.6",
"version": "1.0.0",
"description": "The execvp function for Node.js",
"author": "Simon Oulevay <npm@alphahydrae.com>",
"keywords": [
Expand Down Expand Up @@ -28,4 +28,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
@@ -1,6 +1,6 @@
{
"name": "@alphahydrae/exec-linux-x64-gnu",
"version": "0.2.6",
"version": "1.0.0",
"description": "The execvp function for Node.js",
"author": "Simon Oulevay <npm@alphahydrae.com>",
"keywords": [
Expand Down Expand Up @@ -28,4 +28,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
@@ -1,6 +1,6 @@
{
"name": "@alphahydrae/exec-linux-x64-musl",
"version": "0.2.6",
"version": "1.0.0",
"description": "The execvp function for Node.js",
"author": "Simon Oulevay <npm@alphahydrae.com>",
"keywords": [
Expand Down Expand Up @@ -28,4 +28,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.2.6",
"version": "1.0.0",
"description": "The execvp function for Node.js",
"main": "exec.js",
"repository": {
Expand Down

0 comments on commit 1626d5a

Please sign in to comment.