Skip to content

Commit

Permalink
remove tap as a dep to get around the cyclic library issues
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Aug 31, 2013
1 parent 4c3a7bf commit 85e1b23
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@
"test" : "test"
},
"devDependencies" : {
"tap" : "~0.3.3",
"tape" : "~0.1.1"
"tape" : "~1.0.4"
},
"scripts" : {
"test" : "tap test/*.js"
"test" : "tape test/*.js"
},
"testling" : {
"files" : "test/*.js",
Expand Down

0 comments on commit 85e1b23

Please sign in to comment.