Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "path-root", | ||
"description": "Get the root of a posix or windows filepath.", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/jonschlinkert/path-root", | ||
@@ -44,2 +44,3 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"related": { | ||
"highlight": "parse-filepath", | ||
"list": [ | ||
@@ -58,2 +59,2 @@ "path-root-regex", | ||
} | ||
} | ||
} |
@@ -5,2 +5,4 @@ # path-root [![NPM version](https://img.shields.io/npm/v/path-root.svg?style=flat)](https://www.npmjs.com/package/path-root) [![NPM downloads](https://img.shields.io/npm/dm/path-root.svg?style=flat)](https://npmjs.org/package/path-root) [![Build Status](https://img.shields.io/travis/jonschlinkert/path-root.svg?style=flat)](https://travis-ci.org/jonschlinkert/path-root) | ||
You might also be interested in [parse-filepath](https://github.com/jonschlinkert/parse-filepath). | ||
## Install | ||
@@ -51,3 +53,3 @@ | ||
* [parse-filepath](https://www.npmjs.com/package/parse-filepath): Parse a filepath into an object. Falls back on the native node.js `path.parse` method if… [more](https://www.npmjs.com/package/parse-filepath) | [homepage](https://github.com/jonschlinkert/parse-filepath) | ||
* [path-root-regex](https://www.npmjs.com/package/path-root-regex): Regular expression for getting the root of a posix or windows filepath. | [homepage](https://github.com/jonschlinkert/path-root-regex) | ||
* [path-root-regex](https://www.npmjs.com/package/path-root-regex): Regular expression for getting the root of a posix or windows filepath. | [homepage](https://github.com/regexhq/path-root-regex) | ||
@@ -54,0 +56,0 @@ ## Contributing |
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
5394
94