From 5c1a24122793354fd2a67b61189c6fc252c669d3 Mon Sep 17 00:00:00 2001 From: jsDelivr Bot Date: Sat, 8 Dec 2018 10:04:51 +0100 Subject: [PATCH] Replace RawGit with jsDelivr --- app.json | 2 +- node_modules/mime-db/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index a45542e..bcc31bf 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "name": "youtube_queue_server", "description": "A Node server for youtube queue chrome extension", "repository": "https://github.com/adeora7/youtube_queue_server", - "logo": "https://cdn.rawgit.com/heroku/node-js-getting-started/master/public/node.svg", + "logo": "https://cdn.jsdelivr.net/gh/heroku/node-js-getting-started/public/node.svg", "keywords": ["node", "express", "heroku"], "image": "heroku/nodejs" } diff --git a/node_modules/mime-db/README.md b/node_modules/mime-db/README.md index 7662440..2de5e6b 100644 --- a/node_modules/mime-db/README.md +++ b/node_modules/mime-db/README.md @@ -29,7 +29,7 @@ JSON file using [RawGit](https://rawgit.com/). It is recommended to replace JSON format may change in the future. ``` -https://cdn.rawgit.com/jshttp/mime-db/master/db.json +https://cdn.jsdelivr.net/gh/jshttp/mime-db/db.json ``` ## Usage