Skip to content

Commit 1178d87

Browse files
author
pc-david\david.desmaisons
committed
Fix reference to lodash (issue #3)
1 parent 262676b commit 1178d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vuedragablefor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
if (typeof exports == "object") {
6363
var _ = require("lodash");
64-
var Sortable = require("Sortable");
64+
var Sortable = require("Sortablejs");
6565
module.exports = buildVueDragFor(_, Sortable);
6666
} else if (typeof define == "function" && define.amd) {
6767
define(['lodash', 'Sortable'], function(_, Sortable){ return buildVueDragFor(_, Sortable);});

0 commit comments

Comments
 (0)