On line 25 of Gruntfile.js, it seems like we load package.json at the top of grunt.initConfig()
Later, on line 167 it seems we load the file again within the grunt.registerTask("version") target.
Unrelated, but probably not worth a separate bug (unless you want me to), but should the 'version' target use console.log() instead of something like grunt.log.writeln [1]?
On line 25 of Gruntfile.js, it seems like we load package.json at the top of
grunt.initConfig()
Later, on line 167 it seems we load the file again within the
grunt.registerTask("version")
target.Unrelated, but probably not worth a separate bug (unless you want me to), but should the 'version' target use
console.log()
instead of something likegrunt.log.writeln
[1]?[1] http://gruntjs.com/api/grunt.log