Skip to content

Commit

Permalink
upgrade tape
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Jan 30, 2014
1 parent 27b9a4a commit fb6cd24
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,10 @@
"test" : "test"
},
"scripts" : {
"test" : "tap test/*.js"
"test" : "tape test/*.js"
},
"devDependencies" : {
"tap" : "~0.3.0",
"tape" : "~0.0.5"
},
"engines" : {
"node" : ">=0.4.0"
"tape" : "~2.4.0"
},
"license" : "MIT",
"author" : {
Expand Down

0 comments on commit fb6cd24

Please sign in to comment.