grunt-concat-i18n
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "grunt-concat-i18n", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -51,3 +51,3 @@ module.exports = function(grunt) { | ||
} | ||
tmp.removeCallback(); | ||
TEMP_DIR.removeCallback(); | ||
grunt.log.ok('Wrote translations in JS format'); | ||
@@ -54,0 +54,0 @@ } |
14983