diff --git a/README.md b/README.md index a3d888f..b27b814 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +DEPRECATION NOTICE +------------------ +This project is not mantained anymore. I recommend using [RubaXa's Sortable](https://github.com/RubaXa/Sortable) or [voidberg's fork](https://github.com/voidberg/html5sortable) instead. + HTML5 Sortable jQuery Plugin ============================ diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..39fc86c --- /dev/null +++ b/bower.json @@ -0,0 +1,26 @@ +{ + "name": "html5sortable", + "version": "0.0.1", + "homepage": "http://farhadi.ir/projects/html5sortable/", + "authors": [ + "Ali Farhadi " + ], + "description": "Lightweight jQuery plugin to create sortable lists and grids using native HTML5 drag and drop API.", + "main": "./jquery.sortable.js", + "keywords": [ + "html5", + "sortable", + "jquery" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ], + "dependencies": { + "jquery": ">= 1.9.1" + } +} diff --git a/index.html b/index.html index 41301f0..0b650db 100644 --- a/index.html +++ b/index.html @@ -156,7 +156,7 @@

Connected Sortable Lists

Fork me on GitHub - +