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

Commit

Permalink
Merge pull request #51 from meilisearch/update-package
Browse files Browse the repository at this point in the history
Update instant meilisearch
  • Loading branch information
CaroFG committed Feb 15, 2021
2 parents e79a689 + 218cb08 commit 484e9d8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 29 deletions.
36 changes: 9 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/vue-fontawesome": "^2.0.0",
"@meilisearch/instant-meilisearch": "^0.2.4",
"@meilisearch/instant-meilisearch": "^0.3.0",
"axios": "^0.21.1",
"bootstrap": "^4.5.3",
"bootstrap-vue": "^2.21.1",
Expand Down
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@

<script>
import 'instantsearch.css/themes/algolia-min.css'
import instantMeiliSearch from '@meilisearch/instant-meilisearch'
import { instantMeiliSearch } from '@meilisearch/instant-meilisearch'
import 'bootstrap/dist/css/bootstrap.css'
import 'bootstrap-vue/dist/bootstrap-vue.css'
Expand Down

0 comments on commit 484e9d8

Please sign in to comment.