Update checked-in dependencies
This commit is contained in:
parent
6b0d45a5c6
commit
cc1adb825a
4247 changed files with 144820 additions and 149530 deletions
6
node_modules/read-pkg-up/readme.md
generated
vendored
6
node_modules/read-pkg-up/readme.md
generated
vendored
|
|
@ -15,7 +15,7 @@
|
|||
## Install
|
||||
|
||||
```
|
||||
$ npm install --save read-pkg-up
|
||||
$ npm install read-pkg-up
|
||||
```
|
||||
|
||||
|
||||
|
|
@ -31,7 +31,7 @@ readPkgUp().then(result => {
|
|||
pkg: {
|
||||
name: 'awesome-package',
|
||||
version: '1.0.0',
|
||||
...
|
||||
…
|
||||
},
|
||||
path: '/Users/sindresorhus/dev/awesome-package/package.json'
|
||||
}
|
||||
|
|
@ -55,7 +55,7 @@ Returns the result object.
|
|||
##### cwd
|
||||
|
||||
Type: `string`<br>
|
||||
Default: `.`
|
||||
Default: `process.cwd()`
|
||||
|
||||
Directory to start looking for a package.json file.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue