|
1 | 1 | # vinyl-fs [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coveralls Status][coveralls-image]][coveralls-url] [![Dependency Status][depstat-image]][depstat-url]
|
2 | 2 | ## Information
|
3 |
| -<table><br><tr><br><td>Package</td><td>vinyl-fs</td><br></tr><br><tr><br><td>Description</td><br><td>Vinyl adapter for the file system</td><br></tr><br><tr><br><td>Node Version</td><br><td>>= 0.10</td><br></tr><br></table> |
| 3 | +<table> |
| 4 | + <tr><td>Package</td><td>vinyl-fs</td></tr> |
| 5 | + <tr><td>Description</td><td>Vinyl adapter for the file system</td></tr> |
| 6 | + <tr><td>Node Version</td><td>>= 0.10</td></tr> |
| 7 | +</table> |
4 | 8 |
|
5 | 9 | ## Usage
|
6 | 10 |
|
@@ -134,16 +138,16 @@ _Note:_ UTF-8 BOM will be stripped from all UTF-8 files read with `.src`.
|
134 | 138 | - The file will be modified after being written to this stream:
|
135 | 139 | - `cwd`, `base`, and `path` will be overwritten to match the folder.
|
136 | 140 |
|
137 |
| -[glob-stream]: https://github.com/wearefractal/glob-stream |
| 141 | +[glob-stream]: https://github.com/gulpjs/glob-stream |
138 | 142 | [node-glob]: https://github.com/isaacs/node-glob
|
139 | 143 | [gaze]: https://github.com/shama/gaze
|
140 |
| -[glob-watcher]: https://github.com/wearefractal/glob-watcher |
141 |
| -[vinyl]: https://github.com/wearefractal/vinyl |
| 144 | +[glob-watcher]: https://github.com/gulpjs/glob-watcher |
| 145 | +[vinyl]: https://github.com/gulpjs/vinyl |
142 | 146 | [npm-url]: https://www.npmjs.com/package/vinyl-fs
|
143 | 147 | [npm-image]: https://badge.fury.io/js/vinyl-fs.svg
|
144 |
| -[travis-url]: https://travis-ci.org/wearefractal/vinyl-fs |
145 |
| -[travis-image]: https://travis-ci.org/wearefractal/vinyl-fs.svg?branch=master |
| 148 | +[travis-url]: https://travis-ci.org/gulpjs/vinyl-fs |
| 149 | +[travis-image]: https://travis-ci.org/gulpjs/vinyl-fs.svg?branch=master |
146 | 150 | [coveralls-url]: https://coveralls.io/r/wearefractal/vinyl-fs
|
147 | 151 | [coveralls-image]: https://img.shields.io/coveralls/wearefractal/vinyl-fs.svg?style=flat
|
148 |
| -[depstat-url]: https://david-dm.org/wearefractal/vinyl-fs |
149 |
| -[depstat-image]: https://david-dm.org/wearefractal/vinyl-fs.svg |
| 152 | +[depstat-url]: https://david-dm.org/gulpjs/vinyl-fs |
| 153 | +[depstat-image]: https://david-dm.org/gulpjs/vinyl-fs.svg |
0 commit comments