[Pkg-javascript-commits] [node-deps-sort] 58/79: Use jsonstream in sort example

Bastien Roucariès rouca at moszumanska.debian.org
Wed Sep 6 09:41:57 UTC 2017


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

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

commit e3b5ab3d45c89c9f549bf90f46c547bf26f026ca
Author: Andres Suarez <zertosh at gmail.com>
Date:   Thu May 7 11:48:20 2015 -0400

    Use jsonstream in sort example
---
 example/sort.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example/sort.js b/example/sort.js
index cfc0075..76f2d24 100644
--- a/example/sort.js
+++ b/example/sort.js
@@ -1,5 +1,5 @@
 var sort = require('../')();
-var JSONStream = require('JSONStream');
+var JSONStream = require('jsonstream');
 var parse = JSONStream.parse([ true ]);
 var stringify = JSONStream.stringify();
 

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



More information about the Pkg-javascript-commits mailing list