Skip to content

Commit 396d130

Browse files
authored
ci: fix duplidate publish linux x64 (#4)
1 parent ed4cbd1 commit 396d130

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"main": "node-segfault-handler-rs.darwin-arm64.node",
1111
"repository": {
12-
"url": "https://github.com/node-modules/node-segfault-handler-rs",
12+
"url": "git+https://github.com/node-modules/node-segfault-handler-rs.git",
1313
"directory": "npm/darwin-arm64"
1414
},
1515
"files": [

npm/darwin-universal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"node-segfault-handler-rs.darwin-universal.node"
1010
],
1111
"repository": {
12-
"url": "https://github.com/node-modules/node-segfault-handler-rs",
12+
"url": "git+https://github.com/node-modules/node-segfault-handler-rs.git",
1313
"directory": "npm/darwin-universal"
1414
},
1515
"license": "MIT",

npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"node-segfault-handler-rs.darwin-x64.node"
1313
],
1414
"repository": {
15-
"url": "https://github.com/node-modules/node-segfault-handler-rs",
15+
"url": "git+https://github.com/node-modules/node-segfault-handler-rs.git",
1616
"directory": "npm/darwin-x64"
1717
},
1818
"license": "MIT",

npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"node-segfault-handler-rs.linux-x64-gnu.node"
1313
],
1414
"repository": {
15-
"url": "https://github.com/node-modules/node-segfault-handler-rs",
15+
"url": "git+https://github.com/node-modules/node-segfault-handler-rs.git",
1616
"directory": "npm/linux-x64-gnu"
1717
},
1818
"license": "MIT",

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"triples": {
99
"additional": [
1010
"aarch64-apple-darwin",
11-
"x86_64-unknown-linux-gnu",
1211
"universal-apple-darwin"
1312
]
1413
}
@@ -38,5 +37,8 @@
3837
"universal": "napi universal",
3938
"version": "napi version"
4039
},
41-
"repository": "[email protected]:node-modules/node-segfault-handler-rs.git"
40+
"repository": {
41+
"type": "git",
42+
"url": "git+ssh://[email protected]/node-modules/node-segfault-handler-rs.git"
43+
}
4244
}

0 commit comments

Comments
 (0)