updated npm modules

This commit is contained in:
2019-05-20 20:43:45 -05:00
parent 2319197b81
commit f166b72b7d
1113 changed files with 8758 additions and 12227 deletions

View File

@@ -6,14 +6,14 @@
## Install
```
$ npm install --save is-path-inside
$ npm install is-path-inside
```
## Usage
```js
var isPathInside = require('is-path-inside');
const isPathInside = require('is-path-inside');
isPathInside('a/b/c', 'a/b');
//=> true
@@ -31,4 +31,4 @@ isPathInside('/Users/sindresorhus/dev/unicorn', '/Users/sindresorhus');
## License
MIT © [Sindre Sorhus](http://sindresorhus.com)
MIT © [Sindre Sorhus](https://sindresorhus.com)