Skip to content

Commit 57ad5bd

Browse files
committed
Temporarily fixed xmldom dependency problem (closes svg-sprite#135)
1 parent c1588a9 commit 57ad5bd

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.2.19 Maintenance release (2016-01-11)
2+
* Updated dependencies
3+
* Temporarily fixed xmldom dependency problem ([#135](https://github.com/jkphl/svg-sprite/issues/135))
4+
15
## 1.2.18 Maintenance release (2016-01-05)
26
* Updated dependencies
37
* Fixed inline embedding link in example templates ([#130](https://github.com/jkphl/svg-sprite/issues/130))

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svg-sprite",
3-
"version": "1.2.18",
3+
"version": "1.2.19",
44
"author": "Joschi Kuphal <[email protected]> (https://jkphl.is)",
55
"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.)",
66
"homepage": "https://github.com/jkphl/svg-sprite",
@@ -36,10 +36,10 @@
3636
},
3737
"dependencies": {
3838
"mkdirp": "^0.5.1",
39-
"async": "^1.5.1",
39+
"async": "^1.5.2",
4040
"lodash": "^3.10.1",
41-
"glob": "^6.0.3",
42-
"xmldom": "^0.1.19",
41+
"glob": "^6.0.4",
42+
"xmldom": "0.1.19",
4343
"xpath": "^0.0.9",
4444
"vinyl": "^1.1.0",
4545
"svgo": "0.6.1",
@@ -48,7 +48,7 @@
4848
"phantomjs": "^1.9.19",
4949
"cssmin": "^0.4.3",
5050
"mustache": "^2.2.1",
51-
"js-yaml": "^3.4.6",
51+
"js-yaml": "^3.5.2",
5252
"yargs": "^3.31.0",
5353
"winston": "^2.1.1",
5454
"prettysize": "^0.0.3"

0 commit comments

Comments
 (0)