Rename package to mhysa

This commit is contained in:
Sami Turcotte 2018-11-26 01:38:19 -05:00
parent 5d7900e25a
commit 6bda77d668
4 changed files with 11 additions and 11 deletions

View File

@ -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
/**

View File

@ -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",

View File

@ -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");

View File

@ -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: