Skip to content

Commit

Permalink
Merge pull request #4 from Datalayer-Storage/fix-publish
Browse files Browse the repository at this point in the history
Add repository urls and versions
  • Loading branch information
Rigidity committed Feb 27, 2024
2 parents c46892d + 1594118 commit 866ec47
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 16 deletions.
8 changes: 6 additions & 2 deletions npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "server-coin-darwin-arm64",
"version": "0.0.0",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/Datalayer-Storage/server-coin"
},
"os": [
"darwin"
],
Expand All @@ -15,4 +19,4 @@
"engines": {
"node": ">= 10"
}
}
}
8 changes: 6 additions & 2 deletions npm/darwin-universal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "server-coin-darwin-universal",
"version": "0.0.0",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/Datalayer-Storage/server-coin"
},
"os": [
"darwin"
],
Expand All @@ -12,4 +16,4 @@
"engines": {
"node": ">= 10"
}
}
}
8 changes: 6 additions & 2 deletions npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "server-coin-darwin-x64",
"version": "0.0.0",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/Datalayer-Storage/server-coin"
},
"os": [
"darwin"
],
Expand All @@ -15,4 +19,4 @@
"engines": {
"node": ">= 10"
}
}
}
8 changes: 6 additions & 2 deletions npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "server-coin-linux-arm64-gnu",
"version": "0.0.0",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/Datalayer-Storage/server-coin"
},
"os": [
"linux"
],
Expand All @@ -18,4 +22,4 @@
"libc": [
"glibc"
]
}
}
8 changes: 6 additions & 2 deletions npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "server-coin-linux-arm64-musl",
"version": "0.0.0",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/Datalayer-Storage/server-coin"
},
"os": [
"linux"
],
Expand All @@ -18,4 +22,4 @@
"libc": [
"musl"
]
}
}
8 changes: 6 additions & 2 deletions npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "server-coin-linux-x64-gnu",
"version": "0.0.0",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/Datalayer-Storage/server-coin"
},
"os": [
"linux"
],
Expand All @@ -18,4 +22,4 @@
"libc": [
"glibc"
]
}
}
8 changes: 6 additions & 2 deletions npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "server-coin-linux-x64-musl",
"version": "0.0.0",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/Datalayer-Storage/server-coin"
},
"os": [
"linux"
],
Expand All @@ -18,4 +22,4 @@
"libc": [
"musl"
]
}
}
8 changes: 6 additions & 2 deletions npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "server-coin-win32-x64-msvc",
"version": "0.0.0",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/Datalayer-Storage/server-coin"
},
"os": [
"win32"
],
Expand All @@ -15,4 +19,4 @@
"engines": {
"node": ">= 10"
}
}
}

0 comments on commit 866ec47

Please sign in to comment.