Skip to content

Commit 8899ba5

Browse files
committed
Add repository field to all platform-specific npm packages
1 parent 91b64a9 commit 8899ba5

6 files changed

Lines changed: 75 additions & 21 deletions

File tree

npm/darwin-arm64/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,9 @@
66
"cpu": ["arm64"],
77
"main": "symphony.darwin-arm64.node",
88
"files": ["symphony.darwin-arm64.node"],
9-
"license": "Elastic-2.0"
9+
"license": "Elastic-2.0",
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/HarperFast/symphony"
13+
}
1014
}

npm/darwin-x64/package.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@
22
"name": "@harperfast/symphony-darwin-x64",
33
"version": "0.1.0",
44
"description": "symphony native binary for macOS x64",
5-
"os": ["darwin"],
6-
"cpu": ["x64"],
5+
"os": [
6+
"darwin"
7+
],
8+
"cpu": [
9+
"x64"
10+
],
711
"main": "symphony.darwin-x64.node",
8-
"files": ["symphony.darwin-x64.node"],
9-
"license": "Elastic-2.0"
12+
"files": [
13+
"symphony.darwin-x64.node"
14+
],
15+
"license": "Elastic-2.0",
16+
"repository": {
17+
"type": "git",
18+
"url": "https://github.com/HarperFast/symphony"
19+
}
1020
}

npm/linux-arm64-gnu/package.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@
22
"name": "@harperfast/symphony-linux-arm64-gnu",
33
"version": "0.1.0",
44
"description": "symphony native binary for linux arm64 glibc",
5-
"os": ["linux"],
6-
"cpu": ["arm64"],
5+
"os": [
6+
"linux"
7+
],
8+
"cpu": [
9+
"arm64"
10+
],
711
"main": "symphony.linux-arm64-gnu.node",
8-
"files": ["symphony.linux-arm64-gnu.node"],
9-
"license": "Elastic-2.0"
12+
"files": [
13+
"symphony.linux-arm64-gnu.node"
14+
],
15+
"license": "Elastic-2.0",
16+
"repository": {
17+
"type": "git",
18+
"url": "https://github.com/HarperFast/symphony"
19+
}
1020
}

npm/linux-arm64-musl/package.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@
22
"name": "@harperfast/symphony-linux-arm64-musl",
33
"version": "0.1.0",
44
"description": "symphony native binary for linux arm64 musl",
5-
"os": ["linux"],
6-
"cpu": ["arm64"],
5+
"os": [
6+
"linux"
7+
],
8+
"cpu": [
9+
"arm64"
10+
],
711
"main": "symphony.linux-arm64-musl.node",
8-
"files": ["symphony.linux-arm64-musl.node"],
9-
"license": "Elastic-2.0"
12+
"files": [
13+
"symphony.linux-arm64-musl.node"
14+
],
15+
"license": "Elastic-2.0",
16+
"repository": {
17+
"type": "git",
18+
"url": "https://github.com/HarperFast/symphony"
19+
}
1020
}

npm/linux-x64-gnu/package.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@
22
"name": "@harperfast/symphony-linux-x64-gnu",
33
"version": "0.1.0",
44
"description": "symphony native binary for linux x64 glibc",
5-
"os": ["linux"],
6-
"cpu": ["x64"],
5+
"os": [
6+
"linux"
7+
],
8+
"cpu": [
9+
"x64"
10+
],
711
"main": "symphony.linux-x64-gnu.node",
8-
"files": ["symphony.linux-x64-gnu.node"],
9-
"license": "Elastic-2.0"
12+
"files": [
13+
"symphony.linux-x64-gnu.node"
14+
],
15+
"license": "Elastic-2.0",
16+
"repository": {
17+
"type": "git",
18+
"url": "https://github.com/HarperFast/symphony"
19+
}
1020
}

npm/linux-x64-musl/package.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@
22
"name": "@harperfast/symphony-linux-x64-musl",
33
"version": "0.1.0",
44
"description": "symphony native binary for linux x64 musl",
5-
"os": ["linux"],
6-
"cpu": ["x64"],
5+
"os": [
6+
"linux"
7+
],
8+
"cpu": [
9+
"x64"
10+
],
711
"main": "symphony.linux-x64-musl.node",
8-
"files": ["symphony.linux-x64-musl.node"],
9-
"license": "Elastic-2.0"
12+
"files": [
13+
"symphony.linux-x64-musl.node"
14+
],
15+
"license": "Elastic-2.0",
16+
"repository": {
17+
"type": "git",
18+
"url": "https://github.com/HarperFast/symphony"
19+
}
1020
}

0 commit comments

Comments
 (0)