Skip to content

Commit

Permalink
v0.1.3: jQuery CDN added
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjansma committed Nov 1, 2016
1 parent 39d1c0a commit 9217aa8
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cdn-detector.js

v0.1.2
v0.1.3

[http://nicj.net](http://nicj.net)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdn-detector",
"version": "0.1.2",
"version": "0.1.3",
"homepage": "https://github.com/nicjansma/cdn-detector.js",
"authors": [
"Nic Jansma <nic@nicj.net>"
Expand Down
3 changes: 2 additions & 1 deletion data/hostnames.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,6 @@ var CdnDetectorHostnames = {
"googlesyndication\\.": "Google",
"hwcdn\\.net$": "Highwinds",
"tbcdn\\.cn$": "Taobao",
"youtube\\.": "Google"
"youtube\\.": "Google",
"code\\.jquery\\.com$": "jQuery"
};
3 changes: 2 additions & 1 deletion data/hostnames.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,6 @@
"googlesyndication\\.": "Google",
"hwcdn\\.net$": "Highwinds",
"tbcdn\\.cn$": "Taobao",
"youtube\\.": "Google"
"youtube\\.": "Google",
"code\\.jquery\\.com$": "jQuery"
}
3 changes: 2 additions & 1 deletion dist/cdn-detector.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,8 @@ var CdnDetectorHostnames = {
"googlesyndication\\.": "Google",
"hwcdn\\.net$": "Highwinds",
"tbcdn\\.cn$": "Taobao",
"youtube\\.": "Google"
"youtube\\.": "Google",
"code\\.jquery\\.com$": "jQuery"
};
var CdnDetectorMultiHeaders = [
[
Expand Down
2 changes: 1 addition & 1 deletion dist/cdn-detector.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdn-detector",
"version": "0.1.2",
"version": "0.1.3",
"description": "CDN detection",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9217aa8

Please sign in to comment.