From 6bda77d6687c0ede6ca13e737f3168074bf3de14 Mon Sep 17 00:00:00 2001 From: Sami Turcotte Date: Mon, 26 Nov 2018 01:38:19 -0500 Subject: [PATCH] Rename package to mhysa --- README.md | 10 +++++----- package.json | 6 +++--- samples/concat_files.js | 2 +- yarn.lock | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 058dd17..52f1577 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,19 @@ -# mysah +# mhysa **Promise, Stream and EventEmitter utils for Node.js** ## Installation ```sh -yarn add mysah +yarn add mhysa ``` ## Basic Usage -The following snippet demonstrates most of mysah's current features. More will come! +The following snippet demonstrates most of mhysa's current features. More will come! ```js -const { sleep, once, delay, every, stream } = require("mysah"); +const { sleep, once, delay, every, stream } = require("mhysa"); async function main() { const collector = stream @@ -69,7 +69,7 @@ export declare function concat( ): NodeJS.ReadableStream; ``` -### mysah +### mhysa ```ts /** diff --git a/package.json b/package.json index 795a287..217a686 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "mysah", + "name": "mhysa", "version": "0.3.6", "description": "Promise, Stream and EventEmitter utils for Node.js", "keywords": [ @@ -19,7 +19,7 @@ "dist" ], "repository": { - "url": "git@github.com:Wenzil/mysah.git", + "url": "git@github.com:Wenzil/mhysa.git", "type": "git" }, "scripts": { @@ -34,7 +34,7 @@ "@types/node": "^10.12.10", "ava": "^1.0.0-rc.2", "chai": "^4.2.0", - "mysah": "^0.3.5", + "mhysa": "^0.3.5", "prettier": "^1.14.3", "ts-node": "^7.0.1", "tslint": "^5.11.0", diff --git a/samples/concat_files.js b/samples/concat_files.js index a6f738c..3b26a24 100644 --- a/samples/concat_files.js +++ b/samples/concat_files.js @@ -1,6 +1,6 @@ const fs = require("fs"); const path = require("path"); -const { stream } = require("mysah"); +const { stream } = require("mhysa"); const sourceFile1 = path.join(process.cwd(), "package.json"); const sourceFile2 = path.join(process.cwd(), "README.md"); diff --git a/yarn.lock b/yarn.lock index 82b9bd2..f80f174 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2158,9 +2158,9 @@ multimatch@^2.1.0: arrify "^1.0.0" minimatch "^3.0.0" -mysah@^0.3.5: +mhysa@^0.3.5: version "0.3.5" - resolved "https://registry.yarnpkg.com/mysah/-/mysah-0.3.5.tgz#79305e1834db166d1daa02dac93072adaa63d6c2" + resolved "https://registry.yarnpkg.com/mhysa/-/mhysa-0.3.5.tgz#79305e1834db166d1daa02dac93072adaa63d6c2" integrity sha512-Fz31nflyS0G2uwKlunpnKU+M9HUPxK89IWYjsNL3ENgunMlMOq1ELtpGGiTSLrbVV/N5Mc9j51kvraEbdPKgzQ== nan@^2.9.2: