Skip to content

Commit

Permalink
Merge pull request #188 from jirwin/jirwin/add_dependencies_to_package
Browse files Browse the repository at this point in the history
fix(package.json): Add ansi-color to the package dependencies.
  • Loading branch information
martynsmith committed Sep 9, 2013
2 parents 6fcda56 + 11937a8 commit ed2ef9f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,11 @@
"licenses" : [ {
"type" : "GPL",
"url" : "http://github.com/martynsmith/node-irc/raw/master/COPYING"
} ]
} ],
"dependencies": {
"ansi-color" : "0.2.1"
},
"devDependencies": {
"should": "1.2.2"
}
}

0 comments on commit ed2ef9f

Please sign in to comment.