metalsmith-icons
Advanced tools
Comparing version 0.5.0 to 0.6.0
@@ -57,3 +57,3 @@ var Promise = require('bluebird') | ||
debug('Running metalsmith-icons'); | ||
// load icon sets | ||
@@ -146,3 +146,3 @@ Object.keys(sets).forEach(function(set){ | ||
// add custom icons if we need them | ||
// add custom icons if we need them | ||
if(config.customIcons){ | ||
@@ -154,3 +154,3 @@ debug('Adding custom icons'); | ||
} | ||
// add these glyphs to the main config.fontello object | ||
@@ -166,3 +166,3 @@ debug('Adding glyphs from "%s" to the Fontello configuration',setName); | ||
// work out if we have a cached version of this icon set | ||
@@ -229,5 +229,5 @@ var cacheFile = false; | ||
} | ||
} | ||
@@ -252,3 +252,3 @@ | ||
// build options for request | ||
var fontelloURL = 'http://fontello.com/'; | ||
var fontelloURL = 'https://fontello.com/'; | ||
var requestData = { | ||
@@ -306,3 +306,3 @@ config : { | ||
}) | ||
} | ||
@@ -338,2 +338,2 @@ | ||
module.exports = plugin; | ||
module.exports = plugin; |
{ | ||
"name": "metalsmith-icons", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "Generate an icon font file just for the icons your site uses, using Fontello", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
309
102762
8