Comparing version 0.0.1 to 0.0.2
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"repository": { | ||
@@ -13,0 +13,0 @@ "type": "git", |
@@ -6,3 +6,3 @@ var assert = require('assert'); | ||
confdir(__dirname, 'foo', function callback(err, dir) { | ||
assert(path.resolve(__dirname, '.foo'), 'Paths do not match.'); | ||
assert(path.resolve(__dirname, '.foo') === dir, 'Paths do not match.'); | ||
console.log('passed test.'); | ||
@@ -9,0 +9,0 @@ }); |
Sorry, the diff of this file is not supported yet
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
4341
47