Skip to content

Commit

Permalink
Updated dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jkphl committed Nov 24, 2015
1 parent 7399a12 commit 4cc9edb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 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.15 Compatibility release (2015-11-24)
* Compatible with [svg-sprite 1.2.15](https://github.com/jkphl/svg-sprite/tree/v1.2.15)
* Updated dev dependencies

## 1.2.14 Bugfix release (2015-11-17)
* Compatible with [svg-sprite 1.2.14](https://github.com/jkphl/svg-sprite/tree/v1.2.14)
* Updated dependencies & test fixtures
Expand Down
9 changes: 5 additions & 4 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.14",
"version": "1.2.15",
"homepage": "https://github.com/jkphl/gulp-svg-sprite",
"author": "Joschi Kuphal <joschi@kuphal.net> (https://jkphl.is)",
"repository": {
Expand All @@ -24,7 +24,7 @@
"CHANGELOG.md"
],
"dependencies": {
"svg-sprite": "~1.2.14",
"svg-sprite": "~1.2.15",
"through2": "^2.0.0",
"gulp-util": "^3.0.7",
"vinyl": "^1.1.0"
Expand All @@ -41,8 +41,9 @@
"image-diff": "^1.3.0",
"mkdirp": "^0.5.1",
"gulp": "^3.9.0",
"gulp-jshint": "^1.12.0",
"gulp-plumber": "^1.0.1"
"gulp-jshint": "^2.0.0",
"gulp-plumber": "^1.0.1",
"jshint": "^2.9.1-rc1"
},
"keywords": [
"gulpplugin",
Expand Down

0 comments on commit 4cc9edb

Please sign in to comment.