Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
InventivetalentDev committed Aug 30, 2024
1 parent b521b07 commit 550d455
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mineskin/hash-rust-darwin-x64",
"version": "0.0.0",
"version": "1.0.0",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mineskin/hash-rust-linux-x64-gnu",
"version": "0.0.0",
"version": "1.0.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mineskin/hash-rust-win32-x64-msvc",
"version": "0.0.0",
"version": "1.0.0",
"os": [
"win32"
],
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,10 @@
"version": "napi version"
},
"packageManager": "[email protected]+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72",
"repository": "https://github.com/MineSkin/mineskin-hash-rust.git"
"repository": "https://github.com/MineSkin/mineskin-hash-rust.git",
"optionalDependencies": {
"@mineskin/hash-rust-win32-x64-msvc": "1.0.0",
"@mineskin/hash-rust-darwin-x64": "1.0.0",
"@mineskin/hash-rust-linux-x64-gnu": "1.0.0"
}
}

0 comments on commit 550d455

Please sign in to comment.