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

Commit 9d24d3c

Browse files
author
Markus Falk
committed
[Task] update bower file
1 parent 9f81516 commit 9d24d3c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

bower.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
{
22
"name": "base64-background-image",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"homepage": "https://github.com/markusfalk/base64-image",
55
"authors": [
66
"Markus Falk <[email protected]>"
77
],
88
"description": "scss mixin for creating svg base64 background-image width png fallback",
9-
"main": "_base64-image.scss",
9+
"main": "_base64-background-image.scss",
1010
"keywords": [
1111
"base64",
1212
"svg",
1313
"png",
1414
"background"
1515
],
16-
"license": "MIT"
16+
"license": "MIT",
17+
"ignore": [
18+
"*.html"
19+
]
1720
}

0 commit comments

Comments
 (0)