Skip to content

Commit 2376b10

Browse files
authored
Merge pull request #383 from meandmax/fix-jquery-import
fix: import in jQuery plugin
2 parents 1205104 + 30e8c5b commit 2376b10

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dist/jquery.lory.js

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

src/jquery.lory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* globals jQuery */
2-
import lory from './lory.js';
2+
import {lory} from './lory.js';
33

44
function init ($) {
55
$.fn.lory = function (options) {

0 commit comments

Comments
 (0)