Skip to content

Commit 1523b31

Browse files
author
Eric Wooley
committed
add notes to read me and reapply version patch
1 parent 4d31eea commit 1523b31

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README.mkd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Reflektive forked jquery-sortable
2+
Yarn doesn't handle the incorrect depency tree that this package specifies.
3+
4+
see https://github.com/johnny/jquery-sortable/issues/262
15
# jQuery Sortable
26

37
jQuery Sortable is a flexible, opinionated sorting plugin.

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "jquery-sortable",
2+
"name": "reflektive-jquery-sortable",
33
"version": "0.9.13",
4-
"description": "jquery plugin for sortable, nestable lists",
4+
"description": "jquery plugin for sortable, nestable lists, with corrected dependencies",
55
"main": "./source/js/jquery-sortable.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
@@ -18,14 +18,15 @@
1818
"dragging"
1919
],
2020
"author": [
21-
"Jonas von Andrian"
21+
"Jonas von Andrian",
22+
"Eric Wooley"
2223
],
2324
"license": "BSD-3",
2425
"bugs": {
2526
"url": "https://github.com/johnny/jquery-sortable/issues"
2627
},
2728
"homepage": "https://github.com/johnny/jquery-sortable",
2829
"dependencies": {
29-
"jquery": "^2.1.2 || ^3.0.0"
30+
"jquery": ">=2.1.2 || >=3.0.0"
3031
}
3132
}

0 commit comments

Comments
 (0)