Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jkphl committed Jun 17, 2015
1 parent 19d91c4 commit 0f26cec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## 1.2.4 Maintenance release (unreleased)
## 1.2.4 Maintenance release (2015-6-17)
* Compatible with [svg-sprite 1.2.4](https://github.com/jkphl/svg-sprite/tree/v1.2.4)
* Made vinyl a regular dependency in [preparation for npm@3](http://blog.npmjs.org/post/110924823920/npm-weekly-5) ([#25](https://github.com/jkphl/gulp-svg-sprite/issues/25))
* Updated dependencies

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"CHANGELOG.md"
],
"dependencies": {
"svg-sprite": "~1.2.3",
"through2": "^1.1.1",
"svg-sprite": "~1.2.4",
"through2": "^2.0.0",
"gulp-util": "^3.0.5",
"vinyl": "^0.5.0"
},
Expand Down

0 comments on commit 0f26cec

Please sign in to comment.