Skip to content

Commit

Permalink
canvas is a devdep
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpvar committed Jun 6, 2013
1 parent 5cccf18 commit 6e8f072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"svgmill" : "bin/run.js"
},
"dependencies": {
"canvas": "~1.0.0",
"optimist": "~0.3.5",
"segseg": "~0.2.0",
"vec2": "~1.0.3",
"color": "~0.4.2",
"domino": "~1.0.8"
},
"devDependencies": {
"mocha": "~1.8.1"
"mocha": "~1.8.1",
"canvas": "~1.0.0"
},
"scripts": {
"test": "mocha"
Expand Down

0 comments on commit 6e8f072

Please sign in to comment.