Skip to content

Commit d769212

Browse files
authored
Merge pull request #54 from shayneo/211
211 vue bump
2 parents c9d175f + 8827e50 commit d769212

File tree

4 files changed

+3
-28
lines changed

4 files changed

+3
-28
lines changed

deploy.sh

Lines changed: 0 additions & 25 deletions
This file was deleted.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-fuse",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "A Vue.js pluggin for fuzzy search library, Fuse.js",
55
"author": "Shayne O'Sullivan <shayneosull@gmail.com>",
66
"license": "MIT",

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import VueFuse from './components/VueFuse.vue'
22
import Fuse from 'fuse.js'
33

4-
function install(Vue) {
4+
function install (Vue) {
55
Vue.component(VueFuse.name, VueFuse)
66
Vue.prototype.$search = function (term, list, options) {
77
return new Promise(function (resolve, reject) {

0 commit comments

Comments
 (0)