diff --git a/bower.json b/bower.json index 1983980..574f499 100644 --- a/bower.json +++ b/bower.json @@ -1,13 +1,16 @@ { "name": "table-row-mover", - "version": "0.1.0", + "version": "0.1.2", "homepage": "https://github.com/springBriz/table-row-mover", "authors": [ "springBriz " ], - "moduleType": [ - "amd" + "main": [ + "./jquery.table-row-mover.js" ], + "dependencies": { + "jquery": ">=1.7" + }, "license": "MIT", "ignore": [ "**/.*", diff --git a/demo/initializr_bootstrap/index.html b/demo/initializr_bootstrap/index.html index 6d8d021..8a54209 100755 --- a/demo/initializr_bootstrap/index.html +++ b/demo/initializr_bootstrap/index.html @@ -220,7 +220,7 @@

table row mover

- +