[Pkg-javascript-commits] [node-jsonstream] 13/214: work-around for multi-test not installing correctly since nvm isn't on npm

Bastien Roucariès rouca at moszumanska.debian.org
Fri Dec 1 12:58:32 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-jsonstream.

commit 1ec522064883ee47c7f6268616674179300774a4
Author: James Halliday <mail at substack.net>
Date:   Wed Feb 22 07:45:55 2012 -0800

    work-around for multi-test not installing correctly since nvm isn't on npm
---
 package.json | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 73a3286..71303ea 100644
--- a/package.json
+++ b/package.json
@@ -8,6 +8,12 @@
 , "dependencies": {
     "jsonparse": "0.0.1"
   }
-, "devDependencies": {}
+, "devDependencies":
+  { "it-is": "~1.0.1"
+  , "assertions": "~2.2.2"
+  , "render": "~0.1.1"
+  , "trees": "~0.0.3"
+  , "event-stream": "~0.7.0" }
 , "author": "Dominic Tarr <dominic.tarr at gmail.com> (http://bit.ly/dominictarr)"
-, "scripts": { "test": "meta-test test/*.js" } }
\ No newline at end of file
+, "scripts":
+  { "test": "for t in test/*.js; do echo *** $t ***; node $t; done" } }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-jsonstream.git



More information about the Pkg-javascript-commits mailing list