Skip to content

Commit

Permalink
Merge pull request #3 from andreivictor/v-1.0
Browse files Browse the repository at this point in the history
v1.0
  • Loading branch information
andreivictor authored Sep 29, 2018
2 parents a2c2872 + 9f01525 commit 24fb544
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion bootstrap-v3.3.7/bootstrap-tooltip-custom-class.js
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion bootstrap-v4.0.0-alpha.6/bootstrap-tooltip-custom-class.js
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 24fb544

Please sign in to comment.