Skip to content

Commit 26299a1

Browse files
committed
Added LICENSE to ignore
1 parent ae74c2b commit 26299a1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bower.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
"description": "A Lightweight Responsive jQuery Tooltip Plugin",
44
"version": "1.0.0",
55
"keywords": [
6+
"tipso",
67
"jquery",
78
"tooltip",
89
"responsive",
910
"mobile",
1011
"lightweight"
1112
],
13+
"license": "MIT",
1214
"homepage": "https://github.com/object505/tipso",
1315
"main": ["src/tipso.min.js", "src/tipso.css"],
1416
"dependencies": {
@@ -17,6 +19,7 @@
1719
"ignore": [
1820
"demo",
1921
"bower.json",
20-
"README.md"
22+
"README.md",
23+
"LICENSE"
2124
]
2225
}

0 commit comments

Comments
 (0)