Skip to content

Commit

Permalink
Add keywords to packages (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
taybenlor authored Aug 25, 2023
1 parent af74a60 commit 2467067
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@
"author": "Ben Taylor <[email protected]>",
"description": "Runtime for @runno",
"website": "https://runno.dev",
"keywords": [
"wasm",
"wasi",
"browser",
"web components",
"repl",
"python",
"ruby",
"clang",
"php"
],
"repository": {
"type": "git",
"url": "git://github.com/taybenlor/runno.git"
Expand Down
5 changes: 5 additions & 0 deletions packages/wasi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"author": "Ben Taylor <[email protected]>",
"description": "Browser-only WASI implementation",
"website": "https://runno.dev",
"keywords": [
"wasm",
"wasi",
"browser"
],
"repository": {
"type": "git",
"url": "git://github.com/taybenlor/runno.git"
Expand Down

0 comments on commit 2467067

Please sign in to comment.