Skip to content

Commit 971f76a

Browse files
committed
1.8.4
1 parent e6b496d commit 971f76a

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Sortable.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2468,6 +2468,6 @@
24682468

24692469

24702470
// Export
2471-
Sortable.version = '1.8.3';
2471+
Sortable.version = '1.8.4';
24722472
return Sortable;
24732473
});

Sortable.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"RubaXa <[email protected]>",
99
1010
],
11-
"description": "Minimalist library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery.",
11+
"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.",
1212
"keywords": [
1313
"sortable",
1414
"reorder",

component.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "Sortable",
33
"main": "Sortable.js",
4-
"version": "1.8.3",
4+
"version": "1.8.4",
55
"homepage": "http://SortableJS.github.io/Sortable/",
66
"repo": "SortableJS/Sortable",
77
"authors": [
88
"RubaXa <[email protected]>",
99
1010
],
11-
"description": "Minimalist library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery.",
11+
"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.",
1212
"keywords": [
1313
"sortable",
1414
"reorder",

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sortablejs",
33
"exportName": "Sortable",
4-
"version": "1.8.3",
4+
"version": "1.8.4",
55
"devDependencies": {
66
"gulp": "^4.0.0",
77
"gulp-each": "^0.5.0",
@@ -10,7 +10,7 @@
1010
"http-server": "^0.9.0",
1111
"pump": "^3.0.0"
1212
},
13-
"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.",
13+
"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.",
1414
"main": "Sortable.js",
1515
"scripts": {
1616
"http-server": "http-server -s ./",

0 commit comments

Comments
 (0)