Comparing version 1.0.0 to 1.0.1
// userhome | ||
// Copyright (c) 2014 Kyle Robinson Young | ||
// Copyright (c) 2024 Kyle Robinson Young | ||
// Licensed under the MIT license. | ||
@@ -4,0 +4,0 @@ |
{ | ||
"name": "userhome", | ||
"description": "A cross-platform path to the user's home", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"homepage": "https://github.com/shama/userhome", | ||
@@ -21,8 +21,3 @@ "author": { | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://github.com/shama/userhome/blob/master/LICENSE-MIT" | ||
} | ||
], | ||
"license": "MIT", | ||
"engines": { | ||
@@ -39,4 +34,4 @@ "node": ">= 0.8.0" | ||
"devDependencies": { | ||
"tape": "^3.0.0" | ||
"tape": "^5.9.0" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# userhome [![Build Status](http://img.shields.io/travis/shama/userhome.svg)](https://travis-ci.org/shama/userhome) | ||
# userhome | ||
@@ -21,2 +21,3 @@ > A cross-platform (OSX, Windows, Linux) path to the user's home. | ||
## Release History | ||
* 1.0.1 - Fix license in package.json. | ||
* 1.0.0 - Throws an error if a user home can not be found. | ||
@@ -26,3 +27,3 @@ * 0.1.0 - initial release | ||
## License | ||
Copyright (c) 2014 Kyle Robinson Young | ||
Copyright (c) 2024 Kyle Robinson Young | ||
Licensed under the MIT license. |
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
28
3370
5