Skip to content

Commit

Permalink
Add keywords to package.json files (#912)
Browse files Browse the repository at this point in the history
This is a port of #910 into
the main branch.
  • Loading branch information
smaye81 authored Jun 28, 2024
1 parent 8381779 commit 1bb6d8a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/protobuf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"version": "1.10.0",
"license": "(Apache-2.0 AND BSD-3-Clause)",
"description": "A complete implementation of Protocol Buffers in TypeScript, suitable for web browsers and Node.js.",
"keywords": [
"protobuf",
"schema",
"typescript",
"ecmascript"
],
"repository": {
"type": "git",
"url": "https://github.com/bufbuild/protobuf-es.git",
Expand Down
7 changes: 7 additions & 0 deletions packages/protoc-gen-es/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"version": "1.10.0",
"description": "Protocol Buffers code generator for ECMAScript",
"license": "Apache-2.0",
"keywords": [
"protobuf",
"schema",
"typescript",
"ecmascript",
"protoc-plugin"
],
"repository": {
"type": "git",
"url": "https://github.com/bufbuild/protobuf-es.git",
Expand Down
9 changes: 8 additions & 1 deletion packages/protoplugin/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"name": "@bufbuild/protoplugin",
"version": "1.10.0",
"license": "(Apache-2.0 AND BSD-3-Clause)",
"license": "Apache-2.0",
"description": "Helps to create your own Protocol Buffers code generators.",
"keywords": [
"protobuf",
"schema",
"typescript",
"ecmascript",
"protoc-plugin"
],
"repository": {
"type": "git",
"url": "https://github.com/bufbuild/protobuf-es.git",
Expand Down

0 comments on commit 1bb6d8a

Please sign in to comment.