Skip to content

Commit

Permalink
Made vinyl a regular dependency in preparation for nmp@3 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkphl committed Jun 8, 2015
1 parent a7872b6 commit 16926ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.2.4 Maintenance release (unreleased)
* 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))

## 1.2.3 Bugfix release (2016-06-08)
* Compatible with [svg-sprite 1.2.3](https://github.com/jkphl/svg-sprite/tree/v1.2.3)
* Fixed string conversion regression ([svg-sprite #89](https://github.com/jkphl/svg-sprite/issues/89))
Expand Down
8 changes: 3 additions & 5 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.3",
"version": "1.2.4",
"homepage": "https://github.com/jkphl/gulp-svg-sprite",
"author": "Joschi Kuphal <[email protected]> (https://jkphl.is)",
"repository": {
Expand All @@ -26,7 +26,8 @@
"dependencies": {
"svg-sprite": "~1.2.3",
"through2": "^1.1.1",
"gulp-util": "^3.0.5"
"gulp-util": "^3.0.5",
"vinyl": "^0.4.6"
},
"devDependencies": {
"mocha": "*",
Expand All @@ -43,9 +44,6 @@
"gulp-jshint": "^1.11.0",
"gulp-plumber": "^1.0.1"
},
"peerDependencies": {
"vinyl": "^0.4.6"
},
"keywords": [
"gulpplugin",
"icon",
Expand Down

0 comments on commit 16926ad

Please sign in to comment.