Skip to content

Commit

Permalink
upgrade tape
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Dec 24, 2013
1 parent 44c98b1 commit 3fc22d3
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,11 @@
"version" : "1.4.0",
"description" : "quote and parse shell commands",
"main" : "index.js",
"directories" : {
"example" : "example",
"test" : "test"
},
"devDependencies" : {
"tap" : "~0.4.2",
"tape" : "~1.0.2"
"tape" : "~2.3.0"
},
"scripts" : {
"test" : "tap test/*.js"
"test" : "tape test/*.js"
},
"repository" : {
"type" : "git",
Expand Down Expand Up @@ -42,6 +37,5 @@
"email" : "mail@substack.net",
"url" : "http://substack.net"
},
"license" : "MIT",
"engine" : { "node" : ">=0.4" }
"license" : "MIT"
}

0 comments on commit 3fc22d3

Please sign in to comment.