Skip to content

Commit

Permalink
Merge pull request #39 from selaux/bump-dependencies
Browse files Browse the repository at this point in the history
Bump dependencies.
  • Loading branch information
selaux committed Jun 5, 2015
2 parents 1d6ecc8 + 0afe34c commit 2ebb71e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"description": "Generates image sprites and their spritesheets (css, stylus, sass, scss or less) from sets of images. Supports retina sprites. Provides express middleware and grunt task.",
"main": "lib/nsg.js",
"dependencies": {
"async": "0.9.0",
"glob": "5.0.3",
"underscore": "1.6.0"
"async": "1.2.0",
"glob": "5.0.10",
"underscore": "1.8.2"
},
"optionalDependencies": {
"canvas": "1.2.3",
"gm": "1.17.0"
"gm": "1.18.1"
},
"devDependencies": {
"chai": "2.1.1",
Expand Down

0 comments on commit 2ebb71e

Please sign in to comment.