Skip to content

Commit

Permalink
using tape
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Nov 28, 2012
1 parent da9bfc9 commit 4384db8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -12,7 +12,8 @@
"test" : "tap test/*.js"
},
"devDependencies" : {
"tap" : "0.0.x"
"tap" : "~0.3.0",
"tape" : "~0.0.5"
},
"repository" : {
"type" : "git",
Expand All @@ -28,6 +29,5 @@
"email" : "mail@substack.net",
"url" : "http://substack.net"
},
"license" : "MIT",
"engine" : { "node" : ">=0.4" }
"license" : "MIT"
}
2 changes: 1 addition & 1 deletion test/cmp.js
@@ -1,4 +1,4 @@
var test = require('tap').test;
var test = require('tape');
var equal = require('../');

test('equal', function (t) {
Expand Down

0 comments on commit 4384db8

Please sign in to comment.