Comparing version 6.1.0 to 6.2.0
{ | ||
"name": "os-paths", | ||
"version": "6.1.0", | ||
"version": "6.2.0", | ||
"description": "Determine common OS/platform paths (home, temp, ...)", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -101,4 +101,2 @@ <!DOCTYPE markdown><!-- markdownlint-disable no-inline-html --> | ||
`temp()` will _always_ return a non-empty path string (as sanely as possible). | ||
```js | ||
@@ -110,2 +108,4 @@ console.log(osPaths.temp()); | ||
`temp()` will _always_ return a non-empty path string (as sanely as possible). | ||
## Supported Platforms | ||
@@ -112,0 +112,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
78102