Skip to content

Commit

Permalink
Correcting build problem
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Desmaisons committed Jan 22, 2017
1 parent 43b80d8 commit afc342c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
],
"dependencies": {
"vue": "^2.0.2",
"Sortable": "^1.4.2"
"Sortable": "^1.5.0-rc1"
}
}
2 changes: 1 addition & 1 deletion dist/vuedraggable.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr
return draggableComponent;
}

if ((typeof exports === 'undefined' ? 'undefined' : _typeof(exports)) == "object") {
if (typeof exports == "object") {
var Sortable = require("sortablejs");
module.exports = buildDraggable(Sortable);
} else if (typeof define == "function" && define.amd) {
Expand Down
2 changes: 1 addition & 1 deletion dist/vuedraggable.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuedraggable",
"version": "2.8.0-rc0",
"version": "2.8.1-rc0",
"description": "draggable component for vue",
"main": "dist/vuedraggable.js",
"files": [
Expand Down

0 comments on commit afc342c

Please sign in to comment.