Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jkphl committed Dec 17, 2015
1 parent 0e288bc commit efc5718
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.17 Maintenance release (2015-12-17)
* Compatible with [svg-sprite 1.2.17](https://github.com/jkphl/svg-sprite/tree/v1.2.17)
* Updated dev dependencies

## 1.2.16 Maintenance release (2015-12-01)
* Compatible with [svg-sprite 1.2.16](https://github.com/jkphl/svg-sprite/tree/v1.2.16)
* Updated dev dependencies
Expand Down
6 changes: 3 additions & 3 deletions 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.2.16",
"version": "1.2.17",
"homepage": "https://github.com/jkphl/gulp-svg-sprite",
"author": "Joschi Kuphal <[email protected]> (https://jkphl.is)",
"repository": {
Expand All @@ -24,7 +24,7 @@
"CHANGELOG.md"
],
"dependencies": {
"svg-sprite": "~1.2.16",
"svg-sprite": "~1.2.17",
"through2": "^2.0.0",
"gulp-util": "^3.0.7",
"vinyl": "^1.1.0"
Expand All @@ -42,7 +42,7 @@
"mkdirp": "^0.5.1",
"mocha": "*",
"mocha-lcov-reporter": "*",
"should": "~7.1.1",
"should": "~8.0.1",
"svg2png": "^2.0.0"
},
"keywords": [
Expand Down

0 comments on commit efc5718

Please sign in to comment.