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

fix #2 - fuzzaldrin-plus #20

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"etch": "^0.12.6",
"fuzzaldrin": "^2.1.0"
"fuzzaldrin-plus": "^0.5.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/select-list-view.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const {Disposable, CompositeDisposable, TextEditor} = require('atom')
const etch = require('etch')
const $ = etch.dom
const fuzzaldrin = require('fuzzaldrin')
const fuzzaldrin = require('fuzzaldrin-plus')

module.exports = class SelectListView {
static setScheduler (scheduler) {
Expand Down