Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit a2bac4c

Browse files
committed
fixed main for npm
1 parent 409e5e3 commit a2bac4c

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

bower.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
{
22
"name": "angular-tooltips",
3-
"version": "0.1.19",
3+
"version": "0.1.20",
44
"description": "A tooltips directive for angularjs.",
55
"authors": [
66
"Filippo Oretti <[email protected]",
77
"Dario Andrei <[email protected]>"
88
],
99
"keywords": [
10+
"tiptip",
1011
"tooltip",
1112
"tooltips",
12-
"angularjs"
13+
"popover",
14+
"angularjs",
15+
"angular"
1316
],
1417
"main": [
1518
"./dist/angular-tooltips.min.js",

dist/angular-tooltips.min.js

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: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
{
22
"name": "angular-tooltips",
3-
"version": "0.1.19",
4-
"description": "A tooltips directive for angularjs.",
3+
"version": "0.1.20",
4+
"description": "tooltips directive for angularjs.",
55
"homepage": "http://720kb.github.io/angular-tooltips",
6-
"main": "dist/angular-tooltips.min.js",
6+
"main": [
7+
"dist/angular-tooltips.min.js",
8+
"dist/angular-tooltips.min.css"
9+
],
710
"keywords": [
811
"tiptip",
912
"tooltip",
1013
"tooltips",
1114
"popover",
12-
"input"
15+
"angularjs",
16+
"angular"
1317
],
1418
"repository": {
1519
"type": "git",

0 commit comments

Comments
 (0)