Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "osenv", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"main": "osenv.js", | ||
@@ -13,3 +13,3 @@ "directories": { | ||
"devDependencies": { | ||
"tap": "^1.2.0" | ||
"tap": "^8.0.1" | ||
}, | ||
@@ -16,0 +16,0 @@ "scripts": { |
@@ -5,9 +5,9 @@ // only run this test on windows | ||
// child processes, and all that stuff is cached. | ||
var tap = require('tap') | ||
if (process.platform === 'win32') { | ||
console.log('TAP Version 13\n' + | ||
'1..0\n' + | ||
'# Skip unix tests, this is not unix\n') | ||
return | ||
tap.plan(0, 'Skip unix tests, this is not unix') | ||
process.exit(0) | ||
} | ||
var tap = require('tap') | ||
@@ -14,0 +14,0 @@ // like unix, but funny |
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
10566
185