Skip to content

Commit

Permalink
fixs thanks to @simonepri
Browse files Browse the repository at this point in the history
  • Loading branch information
45kb committed Jan 21, 2017
1 parent f47e718 commit ff2af40
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-tooltips",
"version": "1.1.7",
"version": "1.1.9",
"description": "Angular.js tooltips module.",
"authors": [
"Filippo Oretti <filippo.oretti@gmail.com",
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-tooltips.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* angular-tooltips
* 1.1.8
* 1.1.9
*
* Angular.js tooltips module.
* http://720kb.github.io/angular-tooltips
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-tooltips.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* angular-tooltips
* 1.1.8
* 1.1.9
*
* Angular.js tooltips module.
* http://720kb.github.io/angular-tooltips
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-tooltips.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/angular-tooltips.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-tooltips",
"version": "1.1.8",
"version": "1.1.9",
"description": "Angular.js tooltips module.",
"homepage": "http://720kb.github.io/angular-tooltips",
"main": "index.js",
Expand All @@ -16,7 +16,9 @@
"precommit": "gulp lint",
"preversion": "gulp lint",
"version": "gulp minify && ./tasks/bower-version-bump && git add -A .",
"postversion": "git push && git push --tags"
"postversion": "git push && git push --tags",
"prod": "gulp minify",
"lint": "gulp lint"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ff2af40

Please sign in to comment.