1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-18 20:31:31 +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> <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 ## Contribute

View File

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

View File

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