Skip to content

Commit 484b7fe

Browse files
committed
bump to 2.5.1
1 parent c21a0f4 commit 484b7fe

File tree

5 files changed

+48
-46
lines changed

5 files changed

+48
-46
lines changed

hint.base.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
/*! Hint.css (base version) - v2.5.0 - 2017-04-23
1+
/*! Hint.css (base version) - v2.5.1 - 2018-11-17
22
* http://kushagragour.in/lab/hint/
3-
* Copyright (c) 2017 Kushagra Gour */
3+
* Copyright (c) 2018 Kushagra Gour */
44

5-
/*-------------------------------------* HINT.css - A CSS tooltip library
5+
/*-------------------------------------*\
6+
HINT.css - A CSS tooltip library
67
\*-------------------------------------*/
78
/**
89
* HINT.css is a tooltip library made in pure CSS.

hint.base.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hint.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
/*! Hint.css - v2.5.0 - 2017-04-23
1+
/*! Hint.css - v2.5.1 - 2018-11-17
22
* http://kushagragour.in/lab/hint/
3-
* Copyright (c) 2017 Kushagra Gour */
3+
* Copyright (c) 2018 Kushagra Gour */
44

5-
/*-------------------------------------* HINT.css - A CSS tooltip library
5+
/*-------------------------------------*\
6+
HINT.css - A CSS tooltip library
67
\*-------------------------------------*/
78
/**
89
* HINT.css is a tooltip library made in pure CSS.

hint.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
2-
"name": "hint",
3-
"title": "Hint.css",
4-
"description": "A tooltip library in CSS for your lovely websites.",
5-
"version": "2.5.0",
6-
"style": "hint.css",
7-
"main": "hint.css",
8-
"homepage": "http://kushagragour.in/lab/hint/",
9-
"author": {
10-
"name": "Kushagra Gour",
11-
"email": "[email protected]",
12-
"url": "http://kushagragour.in"
13-
},
14-
"repository": {
15-
"type": "git",
16-
"url": "git://github.com/chinchang/hint.css.git"
17-
},
18-
"bugs": {
19-
"url": "https://github.com/chinchang/hint.css/issues"
20-
},
21-
"license": "See LICENSE.md",
22-
"keywords": [
23-
"tooltip",
24-
"ui",
25-
"sass",
26-
"css",
27-
"help",
28-
"hint"
29-
],
30-
"devDependencies": {
31-
"grunt": "~0.4.1",
32-
"grunt-contrib-concat": "~0.3.0",
33-
"grunt-contrib-cssmin": "~0.12.3",
34-
"grunt-contrib-watch": "~0.5.3",
35-
"grunt-sass": "^3.0.2",
36-
"node-sass": "^4.10.0"
37-
}
2+
"name": "hint",
3+
"title": "Hint.css",
4+
"description": "A tooltip library in CSS for your lovely websites.",
5+
"version": "2.5.1",
6+
"style": "hint.css",
7+
"main": "hint.css",
8+
"homepage": "http://kushagragour.in/lab/hint/",
9+
"author": {
10+
"name": "Kushagra Gour",
11+
"email": "[email protected]",
12+
"url": "http://kushagragour.in"
13+
},
14+
"repository": {
15+
"type": "git",
16+
"url": "git://github.com/chinchang/hint.css.git"
17+
},
18+
"bugs": {
19+
"url": "https://github.com/chinchang/hint.css/issues"
20+
},
21+
"license": "See LICENSE.md",
22+
"keywords": [
23+
"tooltip",
24+
"ui",
25+
"sass",
26+
"css",
27+
"help",
28+
"hint"
29+
],
30+
"devDependencies": {
31+
"grunt": "~0.4.1",
32+
"grunt-contrib-concat": "~0.3.0",
33+
"grunt-contrib-cssmin": "~0.12.3",
34+
"grunt-contrib-watch": "~0.5.3",
35+
"grunt-sass": "^3.0.2",
36+
"node-sass": "^4.10.0"
37+
}
3838
}

0 commit comments

Comments
 (0)