grunt-i18n-abide
Advanced tools
Comparing version 0.0.11 to 0.0.12
{ | ||
"name": "grunt-i18n-abide", | ||
"description": "Grunt plugin for running jsxgettext against your codebase.", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"homepage": "https://github.com/mozilla/grunt-i18n-abide", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -289,2 +289,4 @@ [![Build Status](https://travis-ci.org/mozilla/grunt-i18n-abide.svg?branch=master)](https://travis-ci.org/mozilla/grunt-i18n-abide) | ||
* 0.0.12 | ||
* Fix lockfile path on windows (thanks @harcogijsbers) | ||
* 0.0.11 | ||
@@ -291,0 +293,0 @@ * Update i18n-abide 0.0.19 -> 0.0.20 |
var fs = require('fs'); | ||
var path = require('path'); | ||
var os = require('os'); | ||
@@ -10,3 +11,3 @@ var po2json = require('po2json'); | ||
var lockFilePath = '/tmp/abideCompile.lock'; | ||
var lockFilePath = path.join(os.tmpdir(), 'abideCompile.lock'); | ||
var runShellSync = helpers.runShellSync; | ||
@@ -13,0 +14,0 @@ var checkCommand = helpers.checkCommand; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39159
841
323