Skip to content

Commit

Permalink
docs: add/update pkg metadata (keywords)
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Aug 13, 2024
1 parent 85e5f50 commit ce89035
Show file tree
Hide file tree
Showing 19 changed files with 27 additions and 12 deletions.
1 change: 0 additions & 1 deletion examples/crypto-chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"svg",
"tool",
"transducer",
"transducers",
"ui",
"visualization"
]
Expand Down
4 changes: 3 additions & 1 deletion examples/grid-iterators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
"canvas",
"color",
"example",
"transducer"
"hilbert",
"transducer",
"z-curve"
]
}
2 changes: 2 additions & 0 deletions examples/json-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
"keywords": [
"browser",
"example",
"json",
"template",
"transducer",
"ui"
]
Expand Down
4 changes: 4 additions & 0 deletions examples/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@
},
"keywords": [
"browser",
"conversion",
"example",
"html",
"markdown",
"parser",
"reactive",
"transducer",
"ui"
Expand Down
1 change: 1 addition & 0 deletions examples/parse-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"example",
"export",
"generator",
"parser",
"reactive",
"repl",
"tool",
Expand Down
1 change: 1 addition & 0 deletions examples/procedural-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"example",
"generative",
"generator",
"parser",
"reactive",
"syntax",
"text",
Expand Down
3 changes: 3 additions & 0 deletions examples/rstream-spreadsheet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@
"atom",
"browser",
"example",
"lisp",
"parser",
"reactive",
"s-expression",
"transducer",
"ui"
]
Expand Down
1 change: 1 addition & 0 deletions examples/xml-converter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
},
"keywords": [
"browser",
"cli",
"converter",
"example",
"export",
Expand Down
2 changes: 0 additions & 2 deletions packages/bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,8 @@
"benchmark",
"bigint",
"csv",
"execution",
"format",
"functional",
"hrtime",
"markdown",
"measure",
"statistics",
Expand Down
3 changes: 2 additions & 1 deletion packages/buffers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,13 @@
"typescript": "^5.5.4"
},
"keywords": [
"behavior",
"buffer",
"dropping",
"fifo",
"lifo",
"ring",
"sliding",
"sliding-window",
"typescript"
],
"publishConfig": {
Expand Down
2 changes: 0 additions & 2 deletions packages/canvas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@
"keywords": [
"browser",
"canvas",
"dpi",
"dpr",
"hdpi",
"html",
"pixel",
Expand Down
3 changes: 2 additions & 1 deletion packages/dsp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@
"related": [
"math"
],
"year": 2015
"year": 2015,
"screenshot": "dsp/dsf-allpass1.png"
}
}
2 changes: 1 addition & 1 deletion packages/imago/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"bitmap",
"blur",
"color",
"composite",
"composition",
"conversion",
"crop",
"dither",
Expand Down
1 change: 1 addition & 0 deletions packages/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"datastructure",
"design",
"grid",
"gui",
"layout",
"recursion",
"tree",
Expand Down
4 changes: 2 additions & 2 deletions packages/math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
"math",
"prime",
"quadratic",
"smooth",
"smoothmax",
"smoothstep",
"solver",
"t-norm",
"trigonometry",
"typescript"
],
Expand Down
1 change: 1 addition & 0 deletions packages/strings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"ansi",
"composition",
"conversion",
"cursor",
"escape",
"float",
"format",
Expand Down
1 change: 1 addition & 0 deletions packages/tangle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"template",
"text",
"tool",
"transclusion",
"typescript",
"variable"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/transclude/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"typescript": "^5.5.4"
},
"keywords": [
"engine",
"functional",
"generator",
"json",
Expand All @@ -62,6 +61,7 @@
"template",
"text",
"tool",
"transclusion",
"typescript"
],
"publishConfig": {
Expand Down
1 change: 1 addition & 0 deletions packages/vectors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"3d",
"4d",
"acceleration",
"algebra",
"aos",
"array",
"bezier",
Expand Down

0 comments on commit ce89035

Please sign in to comment.