grunt-google-cdn
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "grunt-google-cdn", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Grunt task for replacing refs to resources on the Google CDN", | ||
@@ -5,0 +5,0 @@ "main": "Gruntfile.js", |
@@ -26,3 +26,3 @@ 'use strict'; | ||
// If bowerrc defines a 'json' attribute, use that | ||
componentsFilename = bowerrc.json || 'components.json'; | ||
componentsFilename = bowerrc.json || 'component.json'; | ||
return grunt.file.readJSON(componentsFilename); | ||
@@ -29,0 +29,0 @@ } |
6578