Skip to content

Commit

Permalink
Update npm dependency to sortablejs
Browse files Browse the repository at this point in the history
  • Loading branch information
pc-david\david.desmaisons committed Jul 5, 2016
1 parent 9ccd6da commit 71b0645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuedragablefor",
"version": "1.0.3",
"version": "1.0.4",
"description": "vue dragable for directive",
"main": "src\\vuedragablefor.js",
"files": [
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"lodash": "^4.13.1",
"Sortable": "^1.4.2"
"sortablejs": "^1.4.2"
},
"devDependencies": {
"bower": "^1.7.9",
Expand Down

1 comment on commit 71b0645

@jekinney
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the quick response!

Please sign in to comment.