Skip to content

Commit

Permalink
[pkg] removed bin
Browse files Browse the repository at this point in the history
  • Loading branch information
dscape committed Sep 21, 2011
1 parent 34b5a32 commit 0dfb21a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -2,13 +2,12 @@
, "description" : "node.js testing made easy"
, "homepage" : "http://github.com/dscape/ensure"
, "repository" : "git://github.com/dscape/ensure"
, "version" : "0.4.2"
, "version" : "0.4.3"
, "author" : "Nuno Job <nunojobpinto@gmail.com> (http://nunojob.com)"
, "keywords" : ["vows", "node-tap", "tap", "testing", "tests"]
, "dependencies" : { "vows": "0.5.x", "tap": "0.0.9", "underscore": "1.1.x" }
, "scripts" : { "test": "./test/run" }
, "main" : "./ensure.js"
, "bin" : { "ensure-tap": "./bin/tap" }
, "directories" : { "test": "./test", "bin": "./bin" }
, "engines" : { "node": ">=0.2.6" }
}

0 comments on commit 0dfb21a

Please sign in to comment.