From 48d261d3872ad3134c9e99844f61dba3a2e13f6b Mon Sep 17 00:00:00 2001 From: Sami Turcotte Date: Mon, 3 Dec 2018 09:30:58 -0500 Subject: [PATCH] Update split sample --- samples/split.js | 4 ++-- yarn.lock | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/split.js b/samples/split.js index 2bb492c..1da1ec4 100644 --- a/samples/split.js +++ b/samples/split.js @@ -1,6 +1,6 @@ -const mhysa = require("mhysa"); -let stream = mhysa.split(","); +const Mhysa = require("mhysa"); +const stream = Mhysa.split(","); const buf = Buffer.from("a,b,c"); stream.on("data", function(data) { console.log(data); diff --git a/yarn.lock b/yarn.lock index bbc7fa2..ede634e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2060,7 +2060,7 @@ meow@^5.0.0: yargs-parser "^10.0.0" mhysa@./: - version "0.6.0-beta.0" + version "1.0.1" micromatch@^3.1.10, micromatch@^3.1.4: version "3.1.10"