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

Commit 8aec72c

Browse files
committed
Start using @atom/fuzzy-native fork package
1 parent 0db223e commit 8aec72c

File tree

3 files changed

+764
-595
lines changed

3 files changed

+764
-595
lines changed

lib/fuzzy-finder-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const {Point, CompositeDisposable} = require('atom')
22
const fs = require('fs-plus')
33
const fuzzaldrin = require('fuzzaldrin')
44
const fuzzaldrinPlus = require('fuzzaldrin-plus')
5-
const NativeFuzzy = require('fuzzy-native')
5+
const NativeFuzzy = require('@atom/fuzzy-native')
66

77
const path = require('path')
88
const SelectListView = require('atom-select-list')

0 commit comments

Comments
 (0)