Skip to content

Commit

Permalink
Improve README code readability (closes #77)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkphl committed Mar 17, 2018
1 parent 476cd16 commit d3587ba
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 1.4.0 Compatibility release (2019-03-17)
* Compatible with [svg-sprite 1.4.0](https://github.com/jkphl/svg-sprite/tree/v1.4.0)
* Updated dependencies
* Drop dependency on deprecated `gulp-util` ([#74](https://github.com/jkphl/gulp-svg-sprite/issues/74), [#75](https://github.com/jkphl/gulp-svg-sprite/issues/75))

## 1.3.7 Compatibility release (2017-06-01)
* Compatible with [svg-sprite 1.3.7](https://github.com/jkphl/svg-sprite/tree/v1.3.7)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ Please refer to the [changelog](CHANGELOG.md) for a complete release history.

Legal
-----
Copyright © 2015 Joschi Kuphal <joschi@kuphal.net> / [@jkphl](https://twitter.com/jkphl). *svg-sprite* is licensed under the terms of the [MIT license](LICENSE.txt). The contained example SVG icons are part of the [Tango Icon Library](http://tango.freedesktop.org/Tango_Icon_Library) and belong to the Public Domain.
Copyright © 2018 Joschi Kuphal <joschi@kuphal.net> / [@jkphl](https://twitter.com/jkphl). *svg-sprite* is licensed under the terms of the [MIT license](LICENSE.txt). The contained example SVG icons are part of the [Tango Icon Library](http://tango.freedesktop.org/Tango_Icon_Library) and belong to the Public Domain.


[npm-url]: https://npmjs.org/package/gulp-svg-sprite
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @see https://github.com/jkphl/gulp-svg-sprite
*
* @author Joschi Kuphal <joschi@kuphal.net> (https://github.com/jkphl)
* @copyright © 2015 Joschi Kuphal
* @copyright © 2018 Joschi Kuphal
* @license MIT https://raw.github.com/jkphl/gulp-svg-sprite/master/LICENSE.txt
*/

Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @see https://github.com/jkphl/gulp-svg-sprite
*
* @author Joschi Kuphal <joschi@kuphal.net> (https://github.com/jkphl)
* @copyright © 2015 Joschi Kuphal
* @copyright © 2018 Joschi Kuphal
* @license MIT https://raw.github.com/jkphl/gulp-svg-sprite/master/LICENSE.txt
*/

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gulp-svg-sprite",
"description": "SVG sprites & stacks galore — Gulp plugin wrapping around svg-sprite that reads in a bunch of SVG files, optimizes them and creates SVG sprites and CSS resources in various flavours",
"version": "1.3.7",
"version": "1.4.0",
"homepage": "https://github.com/jkphl/gulp-svg-sprite",
"author": "Joschi Kuphal <joschi@kuphal.net> (https://jkphl.is)",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion test/svg_sprite_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @see https://github.com/jkphl/gulp-svg-sprite
*
* @author Joschi Kuphal <joschi@kuphal.net> (https://github.com/jkphl)
* @copyright © 2014 Joschi Kuphal
* @copyright © 2018 Joschi Kuphal
* @license MIT https://raw.github.com/jkphl/gulp-svg-sprite/master/LICENSE.txt
*/

Expand Down

0 comments on commit d3587ba

Please sign in to comment.