diff --git a/.datatables-commit-sync b/.datatables-commit-sync index daadaf38..e04e1e1d 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -64775f289e2a76f1e298bcd9c35fbab1a9333e51 +c5463ee0439594f43315ab43092cb14ca8cf2c21 diff --git a/examples/styling/bootstrap.html b/examples/styling/bootstrap.html index 41828351..f7339349 100644 --- a/examples/styling/bootstrap.html +++ b/examples/styling/bootstrap.html @@ -29,7 +29,7 @@ $(document).ready(function() { </script> </head> -<body class="dt-example"> +<body class="dt-example bootstrap"> <div class="container"> <section> <h1>DataTables example <span>Bootstrap</span></h1> diff --git a/package.json b/package.json index 64194c11..27d71cbb 100644 --- a/package.json +++ b/package.json @@ -33,5 +33,19 @@ "type": "git", "url": "https://github.com/DataTables/DataTables.git" }, - "homepage": "http://datatables.net" + "homepage": "http://datatables.net", + + "jspm": { + "css": "^0.1.5", + "dependencies": { + "jquery": "*" + }, + "registry": "jspm", + "shim": { + "media/js/jquery.dataTables": { + "deps": ["jquery", "../css/jquery.dataTables.css!"], + "exports": "$" + } + } + } }