Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jkphl committed Oct 7, 2015
1 parent 1a231c0 commit 152aca5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,6 +3,7 @@
/.buildpath
/.project
/.settings
/.idea
/node_modules
/npm-debug.log
/coverage
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
## 1.2.11 Maintenance release (2015-10-07)
* Updated dependencies

## 1.2.10 Maintenance release (2015-08-19)
* Updated dependencies
* Added browser compatibility hint ([#106](https://github.com/jkphl/svg-sprite/issues/106))
Expand Down
14 changes: 7 additions & 7 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "svg-sprite",
"version": "1.2.10",
"version": "1.2.11",
"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 @@ -38,19 +38,19 @@
"mkdirp": "^0.5.1",
"async": "^1.4.2",
"lodash": "^3.10.1",
"glob": "^5.0.14",
"glob": "^5.0.15",
"xmldom": "^0.1.19",
"xpath": "^0.0.9",
"vinyl": "^0.5.3",
"vinyl": "^1.0.0",
"svgo": "0.5.6",
"cssom": "^0.3.0",
"css-selector-parser": "^1.1.0",
"phantomjs": "^1.9.18",
"cssmin": "^0.4.3",
"mustache": "^2.1.3",
"js-yaml": "^3.4.2",
"yargs": "^3.25.0",
"winston": "^1.0.1",
"yargs": "^3.26.0",
"winston": "^1.0.2",
"prettysize": "^0.0.3"
},
"devDependencies": {
Expand All @@ -60,11 +60,11 @@
"istanbul": "*",
"should": "",
"rimraf": "",
"vinyl-fs": "^1.0.0",
"vinyl-fs": "^2.1.1",
"svg2png": "^1.1.1",
"image-diff": "^1.2.0",
"node-sass": "^3.3.3",
"less": "^2.5.1",
"less": "^2.5.3",
"stylus": "^0.52.4",
"jshint": "^2.8.0"
},
Expand Down

0 comments on commit 152aca5

Please sign in to comment.