From 359d1ab61586370e4a5976c7c2128605a0b61ff1 Mon Sep 17 00:00:00 2001 From: Amit Dhamu Date: Fri, 18 Mar 2022 13:47:50 +0000 Subject: [PATCH] v1.0.0 --- README.md | 6 +++--- package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 489247a..c3be8bb 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,14 @@ Also includes arrow key navigation through results. ## Installation ```shell -yarn add @adhamu/react-search-suggestions +yarn add react-search-suggestions ``` ## Usage ```jsx import React from 'react' -import { SearchSuggestions } from '@adhamu/react-search-suggestions' +import { SearchSuggestions } from 'react-search-suggestions' const MyComponent = () => ( { console.log(arg) diff --git a/package.json b/package.json index 427c462..da12cfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "@adhamu/react-search-suggestions", - "version": "2.2.0", + "name": "react-search-suggestions", + "version": "1.0.0", "description": "A React input component with pluggable search suggestions.", "keywords": [ "react",