From 9f01525d0fce40086f7c2ba3ebb28210d879c4d1 Mon Sep 17 00:00:00 2001 From: Andrei Bulearca Date: Sat, 29 Sep 2018 11:33:33 +0300 Subject: [PATCH] add v1.0 & package.json --- README.md | 2 +- .../bootstrap-tooltip-custom-class.js | 2 +- .../bootstrap-tooltip-custom-class.js | 2 +- package.json | 24 +++++++++++++++++++ 4 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 package.json diff --git a/README.md b/README.md index c6b2ef3..4919923 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Include the script after Bootstrap's main javascript file: ## Demo -- Bootstrap v4 (Bootstrap v4.0.0-beta, Bootstrap v4.0.0, Bootstrap v4.1.0): [Codepen](https://codepen.io/andreivictor/pen/ayewjW) +- Bootstrap v4 (Bootstrap v4.0.0-beta, Bootstrap v4.0.0, Bootstrap v4.1): [Codepen](https://codepen.io/andreivictor/pen/ayewjW) - Bootstrap v4.0.0-alpha.6: [Codepen](http://codepen.io/andreivictor/pen/MpNQNL) - Bootstrap 3: [Codepen](http://codepen.io/andreivictor/pen/gmNeJq) diff --git a/bootstrap-v3.3.7/bootstrap-tooltip-custom-class.js b/bootstrap-v3.3.7/bootstrap-tooltip-custom-class.js index 0c5ab9e..3cd4a1c 100644 --- a/bootstrap-v3.3.7/bootstrap-tooltip-custom-class.js +++ b/bootstrap-v3.3.7/bootstrap-tooltip-custom-class.js @@ -1,5 +1,5 @@ /* ================================================ - * bootstrap-tooltip-custom-class.js v0.0.1 + * bootstrap-tooltip-custom-class.js v1.0.0 * * Extend Bootstrap 3 Tooltip plugin by adding custom classes. * Custom classes can be added by using `customClass` parameter or via `data-custom-class` attribute. diff --git a/bootstrap-v4.0.0-alpha.6/bootstrap-tooltip-custom-class.js b/bootstrap-v4.0.0-alpha.6/bootstrap-tooltip-custom-class.js index ac8bc7e..01dfa2f 100644 --- a/bootstrap-v4.0.0-alpha.6/bootstrap-tooltip-custom-class.js +++ b/bootstrap-v4.0.0-alpha.6/bootstrap-tooltip-custom-class.js @@ -1,5 +1,5 @@ /* ================================================ - * bootstrap4-tooltip-custom-class.js v0.0.1 + * bootstrap4-tooltip-custom-class.js v1.0.0 * * Extend Bootstrap v4.0.0-alpha.6 Tooltip plugin by adding custom classes. * Custom classes can be added by using `customClass` paramater or via `data-custom-class` attribute. diff --git a/package.json b/package.json new file mode 100644 index 0000000..02c84e0 --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "bootstrap-tooltip-custom-class", + "version": "1.0.0", + "description": "Extend Bootstrap Tooltip plugin by adding custom classes. ", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/andreivictor/bootstrap-tooltip-custom-class.git" + }, + "keywords": [ + "bootstrap" + ], + "author": { + "name": "Andrei Victor Bulearca", + "url": "https://andreivictor.ro/" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/andreivictor/bootstrap-tooltip-custom-class/issues" + }, + "homepage": "https://github.com/andreivictor/bootstrap-tooltip-custom-class#readme" +}