[Pkg-javascript-commits] [node-shell-quote] 97/137: upgrade tape
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Aug 25 19:19:43 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-shell-quote.
commit 3fc22d3d38592e6fc3b3308cc73a282d641bad34
Author: James Halliday <mail at substack.net>
Date: Tue Dec 24 12:28:32 2013 -0800
upgrade tape
---
package.json | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
diff --git a/package.json b/package.json
index 1fae973..b99282f 100644
--- a/package.json
+++ b/package.json
@@ -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",
@@ -42,6 +37,5 @@
"email" : "mail at substack.net",
"url" : "http://substack.net"
},
- "license" : "MIT",
- "engine" : { "node" : ">=0.4" }
+ "license" : "MIT"
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-shell-quote.git
More information about the Pkg-javascript-commits
mailing list