Skip to content

Commit

Permalink
alpha version
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonkaliski committed Jan 24, 2024
1 parent 33fc4cb commit 8b02228
Show file tree
Hide file tree
Showing 3 changed files with 8 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": "@replit/ruspty-darwin-x64",
"version": "0.0.0",
"version": "1.0.0-alpha.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": "@replit/ruspty-linux-x64-gnu",
"version": "0.0.0",
"version": "1.0.0-alpha.0",
"os": [
"linux"
],
Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@replit/ruspty",
"version": "1.0.0",
"version": "1.0.0-alpha.0",
"main": "index.js",
"types": "index.d.ts",
"author": "Szymon Kaliski <[email protected]>",
Expand Down Expand Up @@ -28,5 +28,9 @@
"test": "bun test",
"universal": "napi universal",
"version": "napi version"
},
"optionalDependencies": {
"@replit/ruspty-darwin-x64": "1.0.0-alpha.0",
"@replit/ruspty-linux-x64-gnu": "1.0.0-alpha.0"
}
}
}

0 comments on commit 8b02228

Please sign in to comment.