Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Simen Brekken committed Apr 26, 2013
1 parent 434edd9 commit b585627
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
"name": "retina",
"description": "CSS based image scaler",
"author": "Simen Brekken <simen@unfold.no>",
"keywords": ["image", "retina", "scale", "css"],
"version": "0.0.4",
"keywords": [
"image",
"retina",
"scale",
"css"
],
"version": "0.1.0",
"license": "MIT",
"bin": {
"retina": "./bin/retina"
Expand All @@ -14,10 +19,10 @@
"url": "https://github.com/unfold/retina"
},
"dependencies": {
"canvas": "0.13.x",
"css": "1.0.x",
"commander": "1.0.x",
"mkdirp": "0.3.x"
"canvas": "~0.13.1",
"css": "~1.0.8",
"commander": "~1.0.5",
"mkdirp": "~0.3.5"
},
"devDependencies": {
"mocha": "*",
Expand Down

0 comments on commit b585627

Please sign in to comment.