Skip to content

Commit

Permalink
build: upgrade to 1.11.0 (SortableJS#1884)
Browse files Browse the repository at this point in the history
* build: upgrade to 1.11.0

* tests(fix): emit exit code 1 on fail
  • Loading branch information
waynevanson authored Aug 17, 2020
1 parent 02be9a8 commit d53f85e
Show file tree
Hide file tree
Showing 9 changed files with 5,925 additions and 5,925 deletions.
4 changes: 2 additions & 2 deletions Sortable.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**!
* Sortable 1.10.2
* Sortable 1.11.0
* @author RubaXa <[email protected]>
* @author owenm <[email protected]>
* @license MIT
Expand All @@ -10,7 +10,7 @@
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Sortable = factory());
}(this, (function () { 'use strict';

var version = "1.10.2";
var version = "1.11.0";

function userAgent(pattern) {
if (typeof window !== 'undefined' && window.navigator) {
Expand Down
2 changes: 1 addition & 1 deletion Sortable.min.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/*! Sortable 1.10.2 - MIT | git://github.com/SortableJS/Sortable.git */
/*! Sortable 1.11.0 - MIT | git://github.com/SortableJS/Sortable.git */
undefined
4 changes: 2 additions & 2 deletions modular/sortable.complete.esm.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**!
* Sortable 1.10.2
* Sortable 1.11.0
* @author RubaXa <[email protected]>
* @author owenm <[email protected]>
* @license MIT
*/
var version = "1.10.2";
var version = "1.11.0";

function userAgent(pattern) {
if (typeof window !== 'undefined' && window.navigator) {
Expand Down
4 changes: 2 additions & 2 deletions modular/sortable.core.esm.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**!
* Sortable 1.10.2
* Sortable 1.11.0
* @author RubaXa <[email protected]>
* @author owenm <[email protected]>
* @license MIT
*/
var version = "1.10.2";
var version = "1.11.0";

function userAgent(pattern) {
if (typeof window !== 'undefined' && window.navigator) {
Expand Down
4 changes: 2 additions & 2 deletions modular/sortable.esm.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**!
* Sortable 1.10.2
* Sortable 1.11.0
* @author RubaXa <[email protected]>
* @author owenm <[email protected]>
* @license MIT
*/
var version = "1.10.2";
var version = "1.11.0";

function userAgent(pattern) {
if (typeof window !== 'undefined' && window.navigator) {
Expand Down
Loading

0 comments on commit d53f85e

Please sign in to comment.