Skip to content

Commit ff2af40

Browse files
committed
fixs thanks to @simonepri
1 parent f47e718 commit ff2af40

6 files changed

+9
-7
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-tooltips",
3-
"version": "1.1.7",
3+
"version": "1.1.9",
44
"description": "Angular.js tooltips module.",
55
"authors": [
66
"Filippo Oretti <filippo.oretti@gmail.com",

dist/angular-tooltips.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* angular-tooltips
3-
* 1.1.8
3+
* 1.1.9
44
*
55
* Angular.js tooltips module.
66
* http://720kb.github.io/angular-tooltips

dist/angular-tooltips.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* angular-tooltips
3-
* 1.1.8
3+
* 1.1.9
44
*
55
* Angular.js tooltips module.
66
* http://720kb.github.io/angular-tooltips

dist/angular-tooltips.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-tooltips.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-tooltips",
3-
"version": "1.1.8",
3+
"version": "1.1.9",
44
"description": "Angular.js tooltips module.",
55
"homepage": "http://720kb.github.io/angular-tooltips",
66
"main": "index.js",
@@ -16,7 +16,9 @@
1616
"precommit": "gulp lint",
1717
"preversion": "gulp lint",
1818
"version": "gulp minify && ./tasks/bower-version-bump && git add -A .",
19-
"postversion": "git push && git push --tags"
19+
"postversion": "git push && git push --tags",
20+
"prod": "gulp minify",
21+
"lint": "gulp lint"
2022
},
2123
"repository": {
2224
"type": "git",

0 commit comments

Comments
 (0)