Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
docs(pkg.json): add some keywords (#250)
Browse files Browse the repository at this point in the history
* docs(pkg.json): add some keywords

These are useful metadata, definitely in Yarn

* fix my dumb mistake

* add instantsearch
  • Loading branch information
Haroenv authored and mthuret committed Aug 10, 2017
1 parent fe7a05f commit 2ef3b1f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/react-instantsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
"main": "index.js",
"module": "es/index.js",
"description": "⚡ Lightning-fast search for React and React Native apps, by Algolia",
"keywords": [
"react",
"search",
"fast",
"algolia",
"instantsearch",
"components",
"react-native"
],
"version": "4.1.0-beta.5",
"scripts": {
"build": "./scripts/build.sh",
Expand Down

0 comments on commit 2ef3b1f

Please sign in to comment.