From ec39a94cf347ac8123772cb268c83a2f46a4227d Mon Sep 17 00:00:00 2001 From: Eonasdan Date: Sat, 4 Apr 2015 20:12:06 -0400 Subject: [PATCH] fix double quote --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 09485606..ebad10e2 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -4,7 +4,7 @@ module.exports = function(grunt) { require("load-grunt-tasks")(grunt); grunt.initConfig({ - pkg: grunt.file.readJSON('package.json'), + pkg: grunt.file.readJSON("package.json"), // Compile less to .css // Compile less to .min.css