Skip to content

Commit d20ef2a

Browse files
committed
update keywords, urls
1 parent c02ff68 commit d20ef2a

File tree

3 files changed

+39
-4
lines changed

3 files changed

+39
-4
lines changed

.changeset/mean-books-work.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@clack/prompts": patch
3+
"@clack/core": patch
4+
---
5+
6+
Update keywords, URLs

packages/core/package.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,26 @@
1919
"bugs": {
2020
"url": "https://github.com/natemoo-re/clack/issues"
2121
},
22-
"homepage": "https://github.com/natemoo-re/clack#README",
22+
"homepage": "https://github.com/natemoo-re/clack/tree/main/packages/core#readme",
2323
"files": [
2424
"dist",
2525
"CHANGELOG.md"
2626
],
27+
"keywords": [
28+
"ask",
29+
"clack",
30+
"cli",
31+
"command-line",
32+
"command",
33+
"input",
34+
"interact",
35+
"interface",
36+
"menu",
37+
"prompt",
38+
"prompts",
39+
"stdin",
40+
"ui"
41+
],
2742
"author": {
2843
"name": "Nate Moore",
2944
"email": "[email protected]",

packages/prompts/package.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"bugs": {
2020
"url": "https://github.com/natemoo-re/clack/issues"
2121
},
22-
"homepage": "https://github.com/natemoo-re/clack#README",
22+
"homepage": "https://github.com/natemoo-re/clack/tree/main/packages/prompts#readme",
2323
"files": [
2424
"dist",
2525
"CHANGELOG.md"
@@ -30,15 +30,29 @@
3030
"url": "https://twitter.com/n_moore"
3131
},
3232
"license": "MIT",
33+
"keywords": [
34+
"ask",
35+
"clack",
36+
"cli",
37+
"command-line",
38+
"command",
39+
"input",
40+
"interact",
41+
"interface",
42+
"menu",
43+
"prompt",
44+
"prompts",
45+
"stdin",
46+
"ui"
47+
],
3348
"packageManager": "[email protected]",
3449
"scripts": {
3550
"build": "pnpm run build:bundle && pnpm run build:types",
36-
"build:bundle": "esbuild src/index.ts --bundle --sourcemap=external --outfile=dist/index.js --format=esm --platform=node --target=node16 --external:picocolors --external:@clack/core",
51+
"build:bundle": "esbuild src/index.ts --bundle --sourcemap=external --outfile=dist/index.js --format=esm --platform=node --target=node16 --external:sisteransi --external:picocolors --external:@clack/core",
3752
"build:types": "tsc -p ."
3853
},
3954
"dependencies": {
4055
"@clack/core": "workspace:^0.0.10",
41-
"add": "^2.0.6",
4256
"picocolors": "^1.0.0",
4357
"sisteransi": "^1.0.5"
4458
},

0 commit comments

Comments
 (0)