Skip to content

Commit

Permalink
Temporarily fixed xmldom dependency problem
Browse files Browse the repository at this point in the history
jkphl committed Jan 11, 2016
1 parent 5df1978 commit c5d8f1f
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.2.19 Maintenance release (2016-01-11)
* Compatible with [svg-sprite 1.2.19](https://github.com/jkphl/svg-sprite/tree/v1.2.19)
* Updated dependencies
* Temporarily fixed xmldom dependency problem ([svg-sprite #135](https://github.com/jkphl/svg-sprite/issues/135))

## 1.2.18 Maintenance release (2016-01-05)
* Compatible with [svg-sprite 1.2.18](https://github.com/jkphl/svg-sprite/tree/v1.2.18)
* Updated dependencies
10 changes: 5 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.18",
"version": "1.2.19",
"homepage": "https://github.com/jkphl/gulp-svg-sprite",
"author": "Joschi Kuphal <[email protected]> (https://jkphl.is)",
"repository": {
@@ -24,15 +24,15 @@
"CHANGELOG.md"
],
"dependencies": {
"svg-sprite": "~1.2.18",
"svg-sprite": "~1.2.19",
"through2": "^2.0.0",
"gulp-util": "^3.0.7",
"vinyl": "^1.1.0"
},
"devDependencies": {
"coveralls": "*",
"event-stream": "*",
"glob": "~6.0.3",
"glob": "~6.0.4",
"gulp": "^3.9.0",
"gulp-jshint": "^2.0.0",
"gulp-plumber": "^1.0.1",
@@ -42,8 +42,8 @@
"mkdirp": "^0.5.1",
"mocha": "*",
"mocha-lcov-reporter": "*",
"should": "~8.0.2",
"svg2png": "^2.0.0"
"should": "~8.1.0",
"svg2png": "2.1.0"
},
"keywords": [
"gulpplugin",

0 comments on commit c5d8f1f

Please sign in to comment.