resolve-link-target
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -29,3 +29,3 @@ 'use strict' | ||
if (path.isAbsolute(target)) { | ||
return target | ||
return path.resolve(target) | ||
} | ||
@@ -32,0 +32,0 @@ |
{ | ||
"name": "resolve-link-target", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Resolve a symlink's (or junction's) target", | ||
@@ -14,2 +14,5 @@ "main": "index.js", | ||
}, | ||
"engines": { | ||
"node": ">=4" | ||
}, | ||
"repository": { | ||
@@ -16,0 +19,0 @@ "type": "git", |
@@ -5,3 +5,3 @@ # resolve-link-target | ||
[![npm version](https://img.shields.io/npm/v/resolve-link-target.svg)](https://www.npmjs.com/package/resolve-link-target) [![Build Status](https://img.shields.io/travis/zkochan/resolve-link-target/master.svg)](https://travis-ci.org/zkochan/resolve-link-target) | ||
[![npm version](https://img.shields.io/npm/v/resolve-link-target.svg)](https://www.npmjs.com/package/resolve-link-target) [![Build Status](https://img.shields.io/travis/zkochan/resolve-link-target/master.svg)](https://travis-ci.org/zkochan/resolve-link-target) [![Build Status on Windows](https://img.shields.io/appveyor/ci/zkochan/resolve-link-target/master.svg)](https://ci.appveyor.com/project/zkochan/resolve-link-target/branch/master) | ||
@@ -8,0 +8,0 @@ ## Installation |
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
4074