Skip to content

Commit

Permalink
docs(related): update related libs
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Nov 2, 2016
1 parent 91f0cd9 commit b1b8ad4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,8 @@ writeFile('foo/qux/bar.json', { foo: 'bar' }, function (err) {
```

## Related
- [then-parse-json](https://www.npmjs.com/package/then-parse-json): Gracefully parse JSON using promises - promisified JSON.parse | [homepage](https://github.com/tunnckocore/then-parse-json#readme "Gracefully parse JSON using promises - promisified JSON.parse")
- [dest](https://www.npmjs.com/package/dest): Customized implementation of the dest method from vinyl. | [homepage](https://github.com/jonschlinkert/dest "Customized implementation of the dest method from vinyl.")
- [then-read-json](https://www.npmjs.com/package/then-read-json): Read JSON file using promises | [homepage](https://github.com/tunnckocore/then-read-json#readme "Read JSON file using promises")
- [then-stringify-json](https://www.npmjs.com/package/then-stringify-json): Gracefully stringify JSON using promises - promisified JSON.stringify | [homepage](https://github.com/tunnckocore/then-stringify-json#readme "Gracefully stringify JSON using promises - promisified JSON.stringify")
- [then-write-file](https://www.npmjs.com/package/then-write-file): Write file to disk, using promises and creating recursively intermediate directories if… [more](https://github.com/tunnckocore/then-write-file#readme) | [homepage](https://github.com/tunnckocore/then-write-file#readme "Write file to disk, using promises and creating recursively intermediate directories if they don't exist.")
- [then-write-json](https://www.npmjs.com/package/then-write-json): Write contents to JSON file using JSON.stringify and promises. Creating intermediate directories… [more](https://github.com/tunnckocore/then-write-json#readme) | [homepage](https://github.com/tunnckocore/then-write-json#readme "Write contents to JSON file using JSON.stringify and promises. Creating intermediate directories if they don't exist.")
- [try-read-json](https://www.npmjs.com/package/try-read-json): Fast, meaningful and correct try/catch flow for reading JSON with JSON.parse… [more](https://github.com/tunnckocore/try-read-json#readme) | [homepage](https://github.com/tunnckocore/try-read-json#readme "Fast, meaningful and correct try/catch flow for reading JSON with JSON.parse - support optional callback")
- [write-json](https://www.npmjs.com/package/write-json): Write a JSON file to disk, also creates intermediate directories in the… [more](https://github.com/jonschlinkert/write-json) | [homepage](https://github.com/jonschlinkert/write-json "Write a JSON file to disk, also creates intermediate directories in the destination path if they don't already exist.")
Expand Down
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,12 @@
],
"related": {
"list": [
"then-write-file",
"write",
"dest",
"write-json",
"then-parse-json",
"then-stringify-json",
"then-write-json",
"try-read-json",
"then-read-json",
"then-write-json"
"then-read-json"
]
},
"lint": {
Expand Down

0 comments on commit b1b8ad4

Please sign in to comment.