Skip to content

Commit 93094f7

Browse files
committed
added bower support
1 parent e672713 commit 93094f7

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

bower.json

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "simple-hint",
3+
"version": "2.0",
4+
"homepage": "https://github.com/catc/simple-hint",
5+
"authors": [
6+
"Catalin Covic <[email protected]>"
7+
],
8+
"description": "CSS-only tooltip packed with a variety of features",
9+
"main": "dist/simple-hint.css",
10+
"keywords": [
11+
"hint",
12+
"tooltip"
13+
],
14+
"license": "MIT",
15+
"ignore": [
16+
"*",
17+
"!dist/**/*",
18+
"!LICENSE"
19+
]
20+
}

0 commit comments

Comments
 (0)