diff --git a/README.md b/README.md index 92bcf76..9f147b8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# DataTables and Bootstrap integration +# jQuery DataTables and Bootstrap 3 integration [![NPM Version](http://img.shields.io/npm/v/datatables-bootstrap3-plugin.svg?style=flat-square)](https://www.npmjs.com/package/datatables-bootstrap3-plugin) [![NPM Download](http://img.shields.io/npm/dm/datatables-bootstrap3-plugin.svg?style=flat-square)](https://www.npmjs.com/package/datatables-bootstrap3-plugin) @@ -9,9 +9,11 @@ jQuery DataTables plugin and Bootstrap 3 integration. ## Installing -**NPM** `npm install --save datatables-bootstrap3-plugin` +You can easily install the latest version via [npm](https://www.npmjs.com/), [yarn](https://yarnpkg.com) or [bower](https://bower.io/): -**Bower** `bower install --save datatables-bootstrap3-plugin` +`$ npm install --save datatables-bootstrap3-plugin` +`$ yarn add datatables-bootstrap3-plugin` +`$ bower install --save datatables-bootstrap3-plugin` Include library and style files directly to your HTML page: @@ -22,10 +24,10 @@ Include library and style files directly to your HTML page: ## External dependencies: -* Bootstrap 3.3.* -* Font Awesome 4.* -* jQuery DataTables 1.10.* -* jQuery 1.* +* Twitter Bootstrap 3.3.* +* Font Awesome icon toolkit 4.7.* +* jQuery DataTables plugin 1.10.* +* jQuery library 3.3.* ## Fork changes diff --git a/bower.json b/bower.json index eb34fba..ce046ff 100644 --- a/bower.json +++ b/bower.json @@ -7,9 +7,9 @@ ], "dependencies": { "bootstrap": "^3.3", - "font-awesome": "^4.3", + "font-awesome": "^4.7", "datatables": "^1.10", - "jquery": "^1.11" + "jquery": "^3.3" }, "description": "jQuery DataTables plugin and Bootstrap 3 integration.", "license": "MIT", diff --git a/media/js/datatables-bootstrap3.js b/media/js/datatables-bootstrap3.js index 0cf6283..bde7477 100644 --- a/media/js/datatables-bootstrap3.js +++ b/media/js/datatables-bootstrap3.js @@ -1,7 +1,7 @@ /** - * DataTables integration for Bootstrap 3. This requires Bootstrap 3 and - * DataTables 1.10 or newer. + * DataTables integration for Bootstrap 3. + * This requires Bootstrap 3 and DataTables 1.10 or newer. */ (function (factory) { if ( typeof define === 'function' && define.amd ) { diff --git a/package.json b/package.json index 8ecd71e..db89201 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "javascript", "datatables", "bootstrap", - "plugin" + "jquery-plugin", + "jquery" ], "main": "media/js/datatables-bootstrap3.js", "repository": { @@ -23,9 +24,9 @@ "license": "MIT", "dependencies": { "bootstrap": "^3.3", - "font-awesome": "^4.3", + "font-awesome": "^4.7", "datatables": "^1.10", - "jquery": "~1.11" + "jquery": "^3.3" }, "engines": { "node": ">=0.10.*"