Skip to content

Commit

Permalink
fix devicons prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
kamijin-fanta committed Mar 6, 2019
1 parent 77d5c71 commit d1c4df4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
deploy:
provider: releases
api_key:
# [hint] travis encrypt --com -r sakuraio/sakuraio-cli "********"
# [hint] travis encrypt --com -r react-icons/react-icons "********"
secure: "SxjwYTcffTX+Ez270IQATr5thsa5SIRbC+BXejvvSezeQRRUuC2siZEw8c8vfa/2nZ6i2YlxtG9GFZaPUS8LrhjnkyPCSypIecoIUDSmfp+EnzKQDn0fbs1XM9JysN0ZF3Y4DM03CTXsMV/x0JCEfczRr54OPu6a1sx7Lnft+/DmVf2KDnXYraNlUc+5BiKx1CfQWwF5H6GBKfFb/wVXdk/jCjdOMOz1U+B6wo5tpM7kbL4YQjkNzs8EsDrbl0iituUTbcQw25znSrfPwZoDhv/nlcW15AspUJKB/13z2d9ZAUjrIcu6d5QeftSitrHf95DSYReiJM3b5zhjJfU1D3SobVanL2DFFWXrl4uqnZbmGk63X8ZaLwvfQiVNzwmkJy3EjX9ZKS4V+Wr89M9tF77hadWthFu4k2LyeDS5y+HJpuGxS3DRXzZRQfkoiOVgzbwlO4Es2+XUW52yzj+i4t/rCHDQ8TQBG/DEbteSvdOA7nPO2lxHH602NDe+iX+Prx8bA7GCJiRmYo4G+RvUc/12b3RSuYxtLgHdXSTEsNVLcjxM0s6yB/GtJ1zTNvijGuvVtlNsRwKIsi2D6Bt0nmqd487R2O0w7kjxwr6rNyhm0A1dBEIKb42mSFDt5GzHDV8MK3afsyisfBS+yhfMrHoPRgEIZf0meZKY7eCVP/k="
file_glob: true
file: "packages/react-icons/react-icons-*.tgz"
Expand Down
6 changes: 3 additions & 3 deletions packages/react-icons/src/icons/index.js
Expand Up @@ -179,7 +179,7 @@ module.exports = {
{
files: path.resolve(__dirname, "weather-icons/svg/*.svg"),
formatter: name => name
},
}
],
projectUrl: "https://erikflowers.github.io/weather-icons/",
license: "SIL OFL 1.1",
Expand All @@ -191,8 +191,8 @@ module.exports = {
contents: [
{
files: path.resolve(__dirname, "devicons/!SVG/*.svg"),
formatter: name => name
},
formatter: name => `Di${name}`
}
],
projectUrl: "https://vorillaz.github.io/devicons/",
license: "MIT",
Expand Down

0 comments on commit d1c4df4

Please sign in to comment.