pretty-file-icons
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "pretty-file-icons", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Pretty colorful icons for files (in svg format).", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -11,3 +11,3 @@ # Pretty File Icons | ||
See [index.json](index.json) for available icons list. Live preview is | ||
See [index.json](../gh-pages/index.json) for available icons list. Live preview is | ||
available [here](https://kravets-levko.github.io/pretty-file-icons/preview.html). | ||
@@ -23,3 +23,3 @@ | ||
In addition, this package contains mapping for some file extensions - see the | ||
[index.json](index.json) file. Also, it can be used in javascript applications | ||
[index.json](../gh-pages/index.json) file. Also, it can be used in javascript applications | ||
to retrieve icon names by file name: | ||
@@ -41,2 +41,2 @@ ```javascript | ||
![Preview](preview.png) | ||
![Preview](../gh-pages/preview.png) |
148753