grunt-favicons-windows
Advanced tools
Comparing version 0.6.4 to 0.6.5
{ | ||
"name": "grunt-favicons-windows", | ||
"description": "Generate favicon.ico and icons for iOS, Android, Windows 8 and Firefox (OS). This build works better on Windows.", | ||
"version": "0.6.4", | ||
"version": "0.6.5", | ||
"homepage": "https://github.com/jonathanconway/grunt-favicons", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -11,3 +11,3 @@ /* | ||
var fs = require('fs'); | ||
var exec = require("sync-exec"); | ||
var exec = require("sync-exec-windows"); | ||
@@ -14,0 +14,0 @@ module.exports = function(grunt) { |
118092