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:
parent
fc82a86f0a
commit
e7411b3f8a
@ -69,12 +69,16 @@ _2 ways of using devicon:_
|
|||||||
<i class="devicon-git-plain-wordmark colored"></i>
|
<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
|
npm install --save devicon
|
||||||
|
|
||||||
|
// Bower
|
||||||
|
bower install --save devicon
|
||||||
```
|
```
|
||||||
|
|
||||||
<sub>Final font is build with [Icomoon app](https://icomoon.io/)</sub>
|
<sub>Final font is build with [Icomoon app](https://icomoon.io/)</sub>
|
||||||
|
@ -2,6 +2,10 @@
|
|||||||
"name": "devicon",
|
"name": "devicon",
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"main": "devicon.min.css",
|
"main": "devicon.min.css",
|
||||||
|
"ignore": [
|
||||||
|
".jshintrc",
|
||||||
|
"**/*.txt"
|
||||||
|
],
|
||||||
"homepage": "http://devicon.fr/",
|
"homepage": "http://devicon.fr/",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user