diff --git a/devicon.json b/devicon.json index 0942d91789..9f0643bf2e 100644 --- a/devicon.json +++ b/devicon.json @@ -157,9 +157,7 @@ }, { "name": "androidstudio", - "altnames": [ - "arm64" - ], + "altnames": [], "tags": [ "application", "editor", @@ -610,12 +608,11 @@ }, { "name": "bash", - "altnames": [ - "bash" - ], + "altnames": [], "tags": [ "shell", - "command" + "command", + "scripting" ], "versions": { "svg": [ @@ -725,17 +722,6 @@ "color": "#59407f", "aliases": [] }, - { - "name": "bulma", - "altnames": [], - "tags": ["css", "framework"], - "versions": { - "svg": ["plain"], - "font": ["plain"] - }, - "color": "#00d1b2", - "aliases": [] - }, { "name": "bower", "altnames": [], @@ -1009,24 +995,6 @@ "color": "#0e8a16", "aliases": [] }, - { - "name": "clojurescript", - "altnames": [], - "tags": [ - "language" - ], - "versions": { - "svg": [ - "original", - "plain" - ], - "font": [ - "plain" - ] - }, - "color": "#96ca4b", - "aliases": [] - }, { "name": "codecov", "altnames": [], @@ -1416,9 +1384,7 @@ }, { "name": "debian", - "altnames": [ - "debian" - ], + "altnames": [], "tags": [ "os", "server" @@ -5953,9 +5919,7 @@ }, { "name": "sqlite", - "altnames": [ - "apachesubversion" - ], + "altnames": [], "tags": [ "sql", "database", @@ -6150,31 +6114,6 @@ } ] }, - { - "name": "storybook", - "altnames": [ - "storybookjs" - ], - "tags": [ - "framework", - "documentation", - "ui" - ], - "versions": { - "svg": [ - "original", - "original-wordmark", - "plain", - "plain-wordmark" - ], - "font": [ - "plain", - "plain-wordmark" - ] - }, - "color": "#FF4785", - "aliases": [] - }, { "name": "tailwindcss", "altnames": [], @@ -6287,9 +6226,7 @@ }, { "name": "tomcat", - "altnames": [ - "tomcat" - ], + "altnames": [], "tags": [ "server" ], @@ -6373,28 +6310,6 @@ "color": "#bb2031", "aliases": [] }, - { - "name": "thealgorithms", - "altnames": [], - "tags": [ - "organization", - "algorithms" - ], - "versions": { - "svg": [ - "original", - "original-wordmark", - "plain", - "plain-wordmark" - ], - "font": [ - "plain", - "plain-wordmark" - ] - }, - "color": "#00BCB4", - "aliases": [] - }, { "name": "trello", "altnames": [ @@ -6780,9 +6695,7 @@ }, { "name": "vuetify", - "altnames": [ - "visualstudiocode" - ], + "altnames": [], "tags": [ "css", "framework", diff --git a/docs/assets/js/script.js b/docs/assets/js/script.js index b719b187eb..66c91d44d9 100644 --- a/docs/assets/js/script.js +++ b/docs/assets/js/script.js @@ -11,7 +11,7 @@ devicon.controller('IconListCtrl', function($scope, $http, $compile) { // Determination of the latest release tagging // which is used for showing in the header of the page // as well as for CDN links - var gitHubPath = 'devicons/devicon'; + var gitHubPath = 'snailedlt/devicon'; var url = 'https://api.github.com/repos/' + gitHubPath + '/tags'; $scope.latestReleaseTagging = 'master'; @@ -24,7 +24,7 @@ devicon.controller('IconListCtrl', function($scope, $http, $compile) { }); var versionStr = '@' + $scope.latestReleaseTagging; - var baseUrl = `https://cdn.jsdelivr.net/gh/${gitHubPath}${versionStr}/` + var baseUrl = `https://cdn.jsdelivr.net/gh/${gitHubPath}@a6e7612e7e105247eb1103fc3756c09e838b51a7/` // Get devicon.json $http.get(baseUrl + 'devicon.json').success(function(data) { diff --git a/fonts/devicon.eot b/fonts/devicon.eot index 5cd3afd09e..6c65e80442 100755 Binary files a/fonts/devicon.eot and b/fonts/devicon.eot differ diff --git a/fonts/devicon.ttf b/fonts/devicon.ttf index 6820a41e38..31278026a7 100755 Binary files a/fonts/devicon.ttf and b/fonts/devicon.ttf differ diff --git a/fonts/devicon.woff b/fonts/devicon.woff index 926b9e212b..5c702012f7 100755 Binary files a/fonts/devicon.woff and b/fonts/devicon.woff differ