Comparing version 0.4.0 to 0.4.1
@@ -35,3 +35,3 @@ var fs = require('fs') | ||
// Remove when node 0.8 is deprecated. | ||
if (/^v0\.[0-8]/.test(process.version)) { | ||
if (/^v0\.[0-8]\./.test(process.version)) { | ||
debug('uncaughtException, version = %s', process.version) | ||
@@ -38,0 +38,0 @@ process.on('uncaughtException', function H (er) { |
{ | ||
"name": "lockfile", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"main": "lockfile.js", | ||
@@ -5,0 +5,0 @@ "directories": { |
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
18678