Skip to content

Commit

Permalink
1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-m1 committed Mar 11, 2019
1 parent e6b496d commit 971f76a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Sortable.js
Original file line number Diff line number Diff line change
Expand Up @@ -2468,6 +2468,6 @@


// Export
Sortable.version = '1.8.3';
Sortable.version = '1.8.4';
return Sortable;
});
4 changes: 2 additions & 2 deletions Sortable.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"RubaXa <[email protected]>",
"owenm <[email protected]>"
],
"description": "Minimalist library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery.",
"description": "JavaScript library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery required. Supports Meteor, AngularJS, React, Polymer, Vue, Knockout and any CSS library, e.g. Bootstrap.",
"keywords": [
"sortable",
"reorder",
Expand Down
4 changes: 2 additions & 2 deletions component.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "Sortable",
"main": "Sortable.js",
"version": "1.8.3",
"version": "1.8.4",
"homepage": "http://SortableJS.github.io/Sortable/",
"repo": "SortableJS/Sortable",
"authors": [
"RubaXa <[email protected]>",
"owenm <[email protected]>"
],
"description": "Minimalist library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery.",
"description": "JavaScript library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery required. Supports Meteor, AngularJS, React, Polymer, Vue, Knockout and any CSS library, e.g. Bootstrap.",
"keywords": [
"sortable",
"reorder",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sortablejs",
"exportName": "Sortable",
"version": "1.8.3",
"version": "1.8.4",
"devDependencies": {
"gulp": "^4.0.0",
"gulp-each": "^0.5.0",
Expand All @@ -10,7 +10,7 @@
"http-server": "^0.9.0",
"pump": "^3.0.0"
},
"description": "Minimalist JavaScript library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery. Supports AngularJS and any CSS library, e.g. Bootstrap.",
"description": "JavaScript library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery required. Supports Meteor, AngularJS, React, Polymer, Vue, Knockout and any CSS library, e.g. Bootstrap.",
"main": "Sortable.js",
"scripts": {
"http-server": "http-server -s ./",
Expand Down

0 comments on commit 971f76a

Please sign in to comment.