Skip to content

Commit

Permalink
chore: fixed ilyrics-core imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Mondonno committed Jul 23, 2021
1 parent d160152 commit c3db487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ilyrics/src/lib/libBridge.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { iLyricsLib, IAppleScript } = require('../../../../ilyrics-core/core/src/');
const { iLyricsLib, IAppleScript } = require('ilyrics-core');
const { unsupportedPath, unsupportedRawPath } = require("./Configuration");
const fileServe = require("fs");

Expand Down

0 comments on commit c3db487

Please sign in to comment.