forked from SortableJS/Sortable
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: upgrade to 1.11.0 (SortableJS#1884)
* build: upgrade to 1.11.0 * tests(fix): emit exit code 1 on fail
- Loading branch information
1 parent
02be9a8
commit d53f85e
Showing
9 changed files
with
5,925 additions
and
5,925 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) { | ||
|
Oops, something went wrong.