mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-17 17:43:04 +08:00
fix(cli): preserve npm package metadata
This commit is contained in:
@@ -331,6 +331,8 @@ for (const item of targets) {
|
||||
version: Script.version,
|
||||
os: [item.os],
|
||||
cpu: [item.arch],
|
||||
keywords: pkg.keywords, // kilocode_change
|
||||
private: pkg.private, // kilocode_change
|
||||
// kilocode_change start
|
||||
repository: {
|
||||
type: "git",
|
||||
|
||||
Reference in New Issue
Block a user