1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-17 20:01:38 +02:00

Release v2.2

This commit is contained in:
Oli Gibson
2017-05-31 08:52:13 +01:00
parent 859b4457e4
commit df6431e323
3 changed files with 4 additions and 4 deletions

View File

@@ -83,7 +83,7 @@ You can install devicon as a dependency to your project either with NPM or Bower
<sub>Final font is build with [Icomoon app](https://icomoon.io/)</sub>
##### See the [devicon.json file](https://github.com/konpa/devicon/blob/master/devicon.json) or [devicon.fr](http://devicon.fr/) for complete and up to date reference of icon's available versions.
##### See the [devicon.json file](https://github.com/konpa/devicon/blob/master/devicon.json) or [devicon website](http://konpa.github.io/devicon/) for complete and up to date reference of icon's available versions.
## Contribute

View File

@@ -1,12 +1,12 @@
{
"name": "devicon",
"version": "2.1.0",
"version": "2.2.0",
"main": "devicon.min.css",
"ignore": [
".jshintrc",
"**/*.txt"
],
"homepage": "http://devicon.fr/",
"homepage": "http://konpa.github.io/devicon/",
"repository": {
"type": "git",
"url": "git://github.com/konpa/devicon.git"

View File

@@ -21,7 +21,7 @@
"bugs": {
"url": "https://github.com/konpa/devicon/issues"
},
"homepage": "http://devicon.fr/",
"homepage": "http://konpa.github.io/devicon/",
"devDependencies": {
"gulp": "^3.8.10",
"gulp-concat-css": "^2.0.0",