Skip to content

Commit

Permalink
Merge pull request #26 from 540co/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ostranme committed Mar 17, 2016
2 parents 84e2058 + 4eca5d5 commit 5bf6826
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 4 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Govicons

*Version 1.1.0*
*Version 1.2.0*

**A Government font and CSS toolkit, inspired by [Font-Awesome](http://fontawesome.io)**.

Expand All @@ -19,12 +19,18 @@ Get started at <http://govicons.io>!
```html
<link rel="stylesheet" href="path/to/govicons/css/govicons.min.css">
```
#### Install with Bower
#### Install with bower

```shell
$ bower install govicons
```

#### Install with npm

```shell
$ npm install govicons
```

## Contributing

If you want to add icon ideas, icon art, or other fixes/changes to how the package works, feel free to submit an issue.
Expand All @@ -36,6 +42,6 @@ If you want to add icon ideas, icon art, or other fixes/changes to how the packa

## Licensing

- Weather Icons licensed under [SIL OFL 1.1](http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL)
- Gov Icons licensed under [SIL OFL 1.1](http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL)
- Code licensed under [MIT License](http://opensource.org/licenses/mit-license.html)
- Documentation licensed under [CC BY 3.0](http://creativecommons.org/licenses/by/3.0/)
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "govicons",
"description": "Govicons - Government font and CSS toolkit",
"version": "1.1.0",
"version": "1.2.0",
"keywords": [
"government",
"font",
Expand Down
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "govicons",
"description": "Govicons - Government font and CSS toolkit",
"version": "1.2.0",
"style": "css/govicons.css",
"keywords": ["gov", "icons", "Govicons", "icon", "font", "bootstrap"],
"homepage": "http://govicons.io/",
"bugs": {
"url" : "http://github.com/540co/govicons/issues"
},
"author": {
"name": "Mark Ostrander"
},
"repository": {
"type": "git",
"url": "https://github.com/540co/govicons.git"
},
"license": "(OFL-1.1 AND MIT)",
"dependencies": {
},
"engines" : {
"node" : ">=0.10.3"
}
}

0 comments on commit 5bf6826

Please sign in to comment.