Skip to content

Commit 7bd93b0

Browse files
committed
0.2.0
1 parent 23c0307 commit 7bd93b0

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-tooltip",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Only CSS lightweight, minimal and simple tooltips",
55
"main": "dist/css-tooltip.min.css",
66
"browserslist": [
@@ -27,10 +27,16 @@
2727
"type": "git",
2828
"url": "git+https://github.com/alterebro/css-tooltip.git"
2929
},
30-
"keywords": ["CSS", "tooltip", "lightweight", "minimal", "simple"],
30+
"keywords": [
31+
"CSS",
32+
"tooltip",
33+
"lightweight",
34+
"minimal",
35+
"simple"
36+
],
3137
"author": "Jorge Moreno @alterebro (moro.es)",
3238
"bugs": {
33-
"url": "https://github.com/alterebro/css-tooltip/issues"
39+
"url": "https://github.com/alterebro/css-tooltip/issues"
3440
},
3541
"homepage": "https://github.com/alterebro/css-tooltip#readme",
3642
"license": "ISC",

0 commit comments

Comments
 (0)