Skip to content

Commit

Permalink
(dist) version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed Jun 28, 2010
1 parent e0ffeea commit 9ea324f
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
@@ -1,13 +1,13 @@
{
"name" : "vows",
"description" : "Asynchronous BDD & continuous integration for node.js",
"url" : "http://cloudhead.io/vows",
"url" : "http://vowsjs.org",
"keywords" : ["testing", "spec", "test", "BDD"],
"author" : "Alexis Sellier <self@cloudhead.net>",
"contributors" : [],
"dependencies" : {"eyes": ">=0.1.6"},
"directories" : {"lib": "./lib/vows"},
"main" : "./lib/vows",
"bin" : { "vows": "./bin/vows" },
"version" : "0.4.3"
"version" : "0.4.4"
}

0 comments on commit 9ea324f

Please sign in to comment.