Skip to content

Commit

Permalink
add description and keywords to package.json (#138)
Browse files Browse the repository at this point in the history
This PR adds description and keywords to package.json. The description is copied from README and keywords provided by product.

J=SLAP-2190
TEST=manual
  • Loading branch information
juliannzhou committed Jul 7, 2022
1 parent 707826d commit 0a34725
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
{
"name": "@yext/answers-headless-react",
"version": "1.2.0",
"description": "The official React UI Bindings layer for Answers Headless",
"main": "./lib/esm/src/index.js",
"license": "BSD-3-Clause",
"types": "./lib/esm/src/index.d.ts",
"keywords": [
"search",
"react",
"hooks",
"react binding",
"yext"
],
"exports": {
"import": "./lib/esm/src/index.js",
"require": "./lib/commonjs/src/index.js"
Expand Down

0 comments on commit 0a34725

Please sign in to comment.