Skip to content

Commit

Permalink
release: initial publish
Browse files Browse the repository at this point in the history
  • Loading branch information
🐸 committed Feb 27, 2024
1 parent ef4ef3c commit 9411476
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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": "rs-mem-cache-darwin-x64",
"version": "0.0.0",
"version": "0.0.1",
"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": "rs-mem-cache-linux-x64-gnu",
"version": "0.0.0",
"version": "0.0.1",
"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": "rs-mem-cache-win32-x64-msvc",
"version": "0.0.0",
"version": "0.0.1",
"os": [
"win32"
],
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "0.0.1",
"main": "index.js",
"types": "index.d.ts",
"private": "false",
"publishConfig": {
"access": "public"
},
"napi": {
"name": "rs-mem-cache",
"triples": {}
Expand Down

0 comments on commit 9411476

Please sign in to comment.