Skip to content

Commit

Permalink
move tinycolor from devdeps to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
einaros committed Jun 14, 2012
1 parent dc4c2d9 commit cda9ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -22,14 +22,14 @@
},
"dependencies": {
"commander": "0.5.x",
"tinycolor": "0.x",
"options": "latest"
},
"devDependencies": {
"mocha": "1.1.x",
"should": "0.6.x",
"expect.js": "0.1.x",
"benchmark": "0.3.x",
"tinycolor": "0.x",
"ansi": "latest"
}
}

0 comments on commit cda9ed7

Please sign in to comment.