Skip to content

Commit

Permalink
Improve package keywords when deploying to NPM
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti committed Aug 2, 2024
1 parent 62bf471 commit f362894
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion npm-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,12 @@ cat << EOF > "$OUTPUT/npm/staging/package.json"
"license": "AGPL-3.0",
"homepage": "https://github.com/intelligence-ai/jsonschema",
"author": "Juan Cruz Viotti <[email protected]>",
"keywords": [ "jsonschema", "json" ],
"keywords": [
"jsonschema", "json", "schema", "json-schema",
"cli", "\$ref", "dereference", "reference", "resolve",
"json-pointer", "validator", "bundle",
"lint", "format"
],
"bugs": {
"url": "https://github.com/intelligence-ai/jsonschema/issues"
},
Expand Down

0 comments on commit f362894

Please sign in to comment.