Skip to content
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.

Commit

Permalink
Update to use tape rather than tap
Browse files Browse the repository at this point in the history
  • Loading branch information
chilts committed Sep 11, 2013
1 parent 3aebc97 commit 18307cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -8,14 +8,14 @@
"node" : ">= 0.6.0"
},
"devDependencies" : {
"tap" : "0.4.x"
"tape" : "*"
},
"dependencies" : {
"underscore" : "1.4.x",
"xml2js" : "0.2.x"
},
"scripts" : {
"test" : "tap test/*.js"
"test" : "set -e; find test/ -name '*.js' -exec echo --- {} --- ';' -exec node {} ';'"
},

"homepage" : "https://awssum.io/",
Expand Down

0 comments on commit 18307cf

Please sign in to comment.