1
0
mirror of https://github.com/konpa/devicon.git synced 2025-01-17 21:48:28 +01:00

Update bower and readme

This commit is contained in:
konpa 2015-06-18 09:49:03 +02:00
parent fc82a86f0a
commit e7411b3f8a
2 changed files with 10 additions and 2 deletions

View File

@ -69,12 +69,16 @@ _2 ways of using devicon:_
<i class="devicon-git-plain-wordmark colored"></i>
```
##### NPM package
##### NPM and Bower packages
You can install devicon as a dependency to your project
You can install devicon as a dependency to your project either with NPM or Bower
```
// NPM
npm install --save devicon
// Bower
bower install --save devicon
```
<sub>Final font is build with [Icomoon app](https://icomoon.io/)</sub>

View File

@ -2,6 +2,10 @@
"name": "devicon",
"version": "2.0.0",
"main": "devicon.min.css",
"ignore": [
".jshintrc",
"**/*.txt"
],
"homepage": "http://devicon.fr/",
"repository": {
"type": "git",