Comparing version 2.1.3 to 2.2.0
@@ -7,2 +7,4 @@ const binding = require('./binding') | ||
exports.EOL = binding.platform === 'win32' ? '\r\n' : '\n' | ||
exports.platform = function platform () { | ||
@@ -9,0 +11,0 @@ return binding.platform |
{ | ||
"name": "bare-os", | ||
"version": "2.1.3", | ||
"version": "2.2.0", | ||
"description": "Operating system utilities for Javascript", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
215996
68