Skip to content

Commit

Permalink
Add bower.json and publish on Bower
Browse files Browse the repository at this point in the history
  • Loading branch information
alrra committed Dec 1, 2014
1 parent 6e56397 commit da3bc98
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
CHANGELOG.md
CONTRIBUTING.md
bin
bower.json
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### HEAD

* Add `bower.json` and publish on `Bower`
[[#52](https://github.com/alrra/browser-logos/issues/52)].

### 3.1.2 (November 26, 2014)

* Add better version of the Atomic logo
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ There are a few options for getting the browser logos:
* Download the [zip archive](https://github.com/alrra/browser-logos/archive/3.1.2.zip)
* Install them via:
* [npm](https://npmjs.org/): `npm install --save-dev alrra/browser-logos`
* [Bower](http://bower.io/): `bower install --save-dev alrra/browser-logos`
* [Bower](http://bower.io/): `bower install --save-dev browser-logos`


## Legal
Expand Down
26 changes: 26 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"authors": [
"Cătălin Mariș <[email protected]>"
],
"description": "Collection of high resolution web browser logos with transparent backgrounds ",
"homepage": "https://github.com/alrra/browser-logos#readme",
"ignore": [
".gitattributes",
".npmignore",
"CHANGELOG.md",
"CONTRIBUTING.md",
"bin",
"package.json"
],
"keywords": [
"browser-logos",
"high-resolution",
"logos"
],
"name": "browser-logos",
"repository": {
"type": "git",
"url": "https://github.com/alrra/browser-logos.git"
},
"version": "3.1.2"
}

0 comments on commit da3bc98

Please sign in to comment.