We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b7bbea commit c241d4cCopy full SHA for c241d4c
bower.json
@@ -1,7 +1,7 @@
1
{
2
"name": "lowfloat",
3
"main": "jquery.lowfloat.js",
4
- "version": "1.0.1",
+ "version": "1.0.0",
5
"homepage": "https://github.com/gilly3/lowFloat",
6
"authors": [
7
"Ivan Gilchrist"
@@ -15,5 +15,10 @@
15
"license": "Apache-2.0",
16
"dependencies": {
17
"jquery": ">=1.7"
18
- }
+ },
19
+ "ignore": [
20
+ "*.md",
21
+ "*.png",
22
+ ".gitignore"
23
+ ]
24
}
0 commit comments