We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8379427 commit e833c8eCopy full SHA for e833c8e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "css-only-tooltip",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "basic css only tooltip",
5
"main": "index.js",
6
"scripts": {
@@ -10,7 +10,11 @@
10
"type": "git",
11
"url": "git+https://github.com/thoughtlessmind/css-only-tooltip.git"
12
},
13
- "keywords": ["css", "tooltip", "css-tooltip"],
+ "keywords": [
14
+ "css",
15
+ "tooltip",
16
+ "css-tooltip"
17
+ ],
18
"author": {
19
"name": "Rajiv",
20
"url": "https://github.com/thoughtlessmind"
0 commit comments