Skip to content

Commit

Permalink
added descripiton and keywords to package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwun Ying (Juliann) Zhou committed Jun 29, 2022
1 parent f9d7aa9 commit 0a9e9f4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
{
"name": "@yext/answers-headless",
"version": "1.2.0",
"description": "",
"description": "A library for powering UI components for Yext Answers integrations",
"author": "slapshot@yext.com",
"license": "ISC",
"main": "./dist/commonjs/src/index.js",
"module": "./dist/esm/src/index.js",
"keywords": [
"search",
"nlp",
"ai",
"answers",
"yext",
"react",
"components"
],
"files": [
"dist",
"lib",
Expand Down

0 comments on commit 0a9e9f4

Please sign in to comment.