Skip to content

Commit

Permalink
Temporarily fixed xmldom dependency problem (closes #135)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkphl committed Jan 11, 2016
1 parent c1588a9 commit 57ad5bd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## 1.2.19 Maintenance release (2016-01-11)
* Updated dependencies
* Temporarily fixed xmldom dependency problem ([#135](https://github.com/jkphl/svg-sprite/issues/135))

## 1.2.18 Maintenance release (2016-01-05)
* Updated dependencies
* Fixed inline embedding link in example templates ([#130](https://github.com/jkphl/svg-sprite/issues/130))
Expand Down
10 changes: 5 additions & 5 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "svg-sprite",
"version": "1.2.18",
"version": "1.2.19",
"author": "Joschi Kuphal <joschi@kuphal.net> (https://jkphl.is)",
"description": "SVG sprites & stacks galore — A low-level Node.js module that takes a bunch of SVG files, optimizes them and bakes them into SVG sprites of several types along with suitable stylesheet resources (e.g. CSS, Sass, LESS, Stylus, etc.)",
"homepage": "https://github.com/jkphl/svg-sprite",
Expand Down Expand Up @@ -36,10 +36,10 @@
},
"dependencies": {
"mkdirp": "^0.5.1",
"async": "^1.5.1",
"async": "^1.5.2",
"lodash": "^3.10.1",
"glob": "^6.0.3",
"xmldom": "^0.1.19",
"glob": "^6.0.4",
"xmldom": "0.1.19",
"xpath": "^0.0.9",
"vinyl": "^1.1.0",
"svgo": "0.6.1",
Expand All @@ -48,7 +48,7 @@
"phantomjs": "^1.9.19",
"cssmin": "^0.4.3",
"mustache": "^2.2.1",
"js-yaml": "^3.4.6",
"js-yaml": "^3.5.2",
"yargs": "^3.31.0",
"winston": "^2.1.1",
"prettysize": "^0.0.3"
Expand Down

0 comments on commit 57ad5bd

Please sign in to comment.