feature-matrix
Advanced tools
Comparing version 0.3.3 to 0.3.4
{ | ||
"name": "feature-matrix", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "A library for displaying a product's browser version requirements based on the underlying features", | ||
@@ -5,0 +5,0 @@ "author": "Concept Safety Systems", |
@@ -27,3 +27,3 @@ import $ from 'jquery'; | ||
$.ajax({ | ||
url: 'http://cdn.rawgit.com/Fyrd/caniuse/master/sample-data.json', | ||
url: 'https://cdn.rawgit.com/Fyrd/caniuse/master/sample-data.json', | ||
error: (xhr, textStatus, errorThrown) => { | ||
@@ -30,0 +30,0 @@ throw new Error('failed to lookup browsers'); |
@@ -8,3 +8,3 @@ import xhr from 'xhr'; | ||
xhr({ | ||
uri: 'http://cdn.rawgit.com/Fyrd/caniuse/master/features-json/' + featureName + '.json', | ||
uri: 'https://cdn.rawgit.com/Fyrd/caniuse/master/features-json/' + featureName + '.json', | ||
useXDR: true | ||
@@ -11,0 +11,0 @@ }, function (err, resp, body) { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1157875