fix: Add bower icon
This commit is contained in:
parent
ce30ff73be
commit
3e73e1fcc6
2 changed files with 7 additions and 0 deletions
3
src/icons/bower.svg
Normal file
3
src/icons/bower.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 8 KiB |
|
@ -1,5 +1,8 @@
|
||||||
{
|
{
|
||||||
"iconDefinitions": {
|
"iconDefinitions": {
|
||||||
|
"_file_bower": {
|
||||||
|
"iconPath": "./icons/bower.svg"
|
||||||
|
},
|
||||||
"_file_json": {
|
"_file_json": {
|
||||||
"iconPath": "./icons/json.svg"
|
"iconPath": "./icons/json.svg"
|
||||||
},
|
},
|
||||||
|
@ -524,6 +527,7 @@
|
||||||
"css.map": "_file_cssmap"
|
"css.map": "_file_cssmap"
|
||||||
},
|
},
|
||||||
"fileNames": {
|
"fileNames": {
|
||||||
|
"bower.json": "_file_bower",
|
||||||
"webpack.js": "_file_webpack",
|
"webpack.js": "_file_webpack",
|
||||||
"webpack.config.js": "_file_webpack",
|
"webpack.config.js": "_file_webpack",
|
||||||
"webpack.dev.js": "_file_webpack",
|
"webpack.dev.js": "_file_webpack",
|
||||||
|
|
Loading…
Reference in a new issue