diff --git a/README.mkd b/README.mkd index b5e9052..8bdb670 100644 --- a/README.mkd +++ b/README.mkd @@ -1,3 +1,7 @@ +# Reflektive forked jquery-sortable +Yarn doesn't handle the incorrect depency tree that this package specifies. + +see https://github.com/johnny/jquery-sortable/issues/262 # jQuery Sortable jQuery Sortable is a flexible, opinionated sorting plugin. diff --git a/package.json b/package.json index 39166ca..5f685b9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "jquery-sortable", + "name": "reflektive-jquery-sortable", "version": "0.9.13", - "description": "jquery plugin for sortable, nestable lists", + "description": "jquery plugin for sortable, nestable lists, with corrected dependencies", "main": "./source/js/jquery-sortable.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" @@ -18,7 +18,8 @@ "dragging" ], "author": [ - "Jonas von Andrian" + "Jonas von Andrian", + "Eric Wooley" ], "license": "BSD-3", "bugs": { @@ -26,6 +27,6 @@ }, "homepage": "https://github.com/johnny/jquery-sortable", "dependencies": { - "jquery": "^2.1.2 || ^3.0.0" + "jquery": ">=2.1.2 || >=3.0.0" } }