diff --git a/lib/js-hyperclick.js b/lib/js-hyperclick.js index 78a0f6c..bc1c048 100644 --- a/lib/js-hyperclick.js +++ b/lib/js-hyperclick.js @@ -7,7 +7,7 @@ import createDebug from "debug" import { CompositeDisposable } from "atom" import { Range as AtomRange } from "atom" -import shell from "shell" +import { shell } from "electron" import makeCache from "./make-cache" import { buildSuggestion, findDestination, resolveModule } from "./core" import fs from "fs"