You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9-11
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
3
3
> Error handling for vinyl plugins. Just an abstraction of what's in gulp-util with minor changes.
4
4
5
-
## Install with [npm](npmjs.org)
5
+
Install with [npm](https://www.npmjs.com/)
6
6
7
-
```bash
8
-
npm i plugin-error --save
7
+
```sh
8
+
$ npm i plugin-error --save
9
9
```
10
10
11
11
## Usage
@@ -54,7 +54,7 @@ var err = new PluginError('test', existingError, {showStack: true});
54
54
## Related projects
55
55
56
56
*[assemble](http://assemble.io): Static site generator for Grunt.js, Yeoman and Node.js. Used by Zurb Foundation, Zurb Ink, H5BP/Effeckt,… [more](http://assemble.io)
57
-
*[gulp-util](https://github.com/wearefractal/gulp-util): Utility functions for gulp plugins
57
+
*[gulp-util](https://github.com/wearefractal/gulp-util#readme): Utility functions for gulp plugins
58
58
*[gulp](http://gulpjs.com): The streaming build system
59
59
*[generate](https://github.com/generate/generate): Project generator, for node.js.
60
60
*[verb](https://github.com/assemble/verb): Documentation generator for GitHub projects. Extremely powerful, easy to use, can generate anything from API… [more](https://github.com/assemble/verb)
@@ -63,13 +63,13 @@ var err = new PluginError('test', existingError, {showStack: true});
63
63
64
64
Install dev dependencies:
65
65
66
-
```bash
67
-
npm i -d && npm test
66
+
```sh
67
+
$ npm i -d && npm test
68
68
```
69
69
70
70
## Contributing
71
71
72
-
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/plugin-error/issues)
72
+
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/plugin-error/issues/new)
73
73
74
74
## Author
75
75
@@ -80,11 +80,9 @@ Pull requests and stars are always welcome. For bugs and feature requests, [plea
0 commit comments