Skip to content

Commit 46349ce

Browse files
committed
Add directory and engines specification to packages
1 parent 9226d71 commit 46349ce

8 files changed

Lines changed: 40 additions & 1 deletion

File tree

npm/cli-darwin-arm64/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"version": "0.0.0",
44
"description": "macOS arm64 binary for @kosli/cli",
55
"license": "MIT",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/kosli-dev/cli.git",
9+
"directory": "npm/cli-darwin-arm64"
10+
},
611
"os": [
712
"darwin"
813
],

npm/cli-darwin-x64/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"version": "0.0.0",
44
"description": "macOS x64 binary for @kosli/cli",
55
"license": "MIT",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/kosli-dev/cli.git",
9+
"directory": "npm/cli-darwin-x64"
10+
},
611
"os": [
712
"darwin"
813
],

npm/cli-linux-arm/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"version": "0.0.0",
44
"description": "Linux arm binary for @kosli/cli",
55
"license": "MIT",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/kosli-dev/cli.git",
9+
"directory": "npm/cli-linux-arm"
10+
},
611
"os": [
712
"linux"
813
],

npm/cli-linux-arm64/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"version": "0.0.0",
44
"description": "Linux arm64 binary for @kosli/cli",
55
"license": "MIT",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/kosli-dev/cli.git",
9+
"directory": "npm/cli-linux-arm64"
10+
},
611
"os": [
712
"linux"
813
],

npm/cli-linux-x64/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"version": "0.0.0",
44
"description": "Linux x64 binary for @kosli/cli",
55
"license": "MIT",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/kosli-dev/cli.git",
9+
"directory": "npm/cli-linux-x64"
10+
},
611
"os": [
712
"linux"
813
],

npm/cli-win32-arm64/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"version": "0.0.0",
44
"description": "Windows arm64 binary for @kosli/cli",
55
"license": "MIT",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/kosli-dev/cli.git",
9+
"directory": "npm/cli-win32-arm64"
10+
},
611
"os": [
712
"win32"
813
],

npm/cli-win32-x64/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"version": "0.0.0",
44
"description": "Windows x64 binary for @kosli/cli",
55
"license": "MIT",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/kosli-dev/cli.git",
9+
"directory": "npm/cli-win32-x64"
10+
},
611
"os": [
712
"win32"
813
],

npm/wrapper/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"homepage": "https://kosli.com",
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/kosli-dev/cli.git"
10+
"url": "git+https://github.com/kosli-dev/cli.git",
11+
"directory": "npm/wrapper"
1112
},
1213
"bugs": {
1314
"url": "https://github.com/kosli-dev/cli/issues"
@@ -19,6 +20,9 @@
1920
"supply-chain",
2021
"devops"
2122
],
23+
"engines": {
24+
"node": ">=18"
25+
},
2226
"bin": {
2327
"kosli": "bin/kosli"
2428
},

0 commit comments

Comments
 (0)