feat: added npm2yarn package (#1347)

This commit is contained in:
Shahed Nasser
2022-04-18 15:17:27 +02:00
committed by GitHub
parent fcd2889fd7
commit 3ad0f66619
36 changed files with 237 additions and 176 deletions
+1 -5
View File
@@ -14,11 +14,7 @@ Create an account on Algolia and grab your Application ID and Admin API Key from
In your Medusa project, install the plugin using your favourite package manager:
```jsx
yarn add medusa-plugin-algolia@canary
// or
```bash npm2yarn
npm install medusa-plugin-algolia@canary
```