Rename package to mhysa
This commit is contained in:
parent
5d7900e25a
commit
6bda77d668
10
README.md
10
README.md
@ -1,19 +1,19 @@
|
|||||||
# mysah
|
# mhysa
|
||||||
|
|
||||||
**Promise, Stream and EventEmitter utils for Node.js**
|
**Promise, Stream and EventEmitter utils for Node.js**
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
yarn add mysah
|
yarn add mhysa
|
||||||
```
|
```
|
||||||
|
|
||||||
## Basic Usage
|
## 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
|
```js
|
||||||
const { sleep, once, delay, every, stream } = require("mysah");
|
const { sleep, once, delay, every, stream } = require("mhysa");
|
||||||
|
|
||||||
async function main() {
|
async function main() {
|
||||||
const collector = stream
|
const collector = stream
|
||||||
@ -69,7 +69,7 @@ export declare function concat(
|
|||||||
): NodeJS.ReadableStream;
|
): NodeJS.ReadableStream;
|
||||||
```
|
```
|
||||||
|
|
||||||
### mysah
|
### mhysa
|
||||||
|
|
||||||
```ts
|
```ts
|
||||||
/**
|
/**
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "mysah",
|
"name": "mhysa",
|
||||||
"version": "0.3.6",
|
"version": "0.3.6",
|
||||||
"description": "Promise, Stream and EventEmitter utils for Node.js",
|
"description": "Promise, Stream and EventEmitter utils for Node.js",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -19,7 +19,7 @@
|
|||||||
"dist"
|
"dist"
|
||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "git@github.com:Wenzil/mysah.git",
|
"url": "git@github.com:Wenzil/mhysa.git",
|
||||||
"type": "git"
|
"type": "git"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -34,7 +34,7 @@
|
|||||||
"@types/node": "^10.12.10",
|
"@types/node": "^10.12.10",
|
||||||
"ava": "^1.0.0-rc.2",
|
"ava": "^1.0.0-rc.2",
|
||||||
"chai": "^4.2.0",
|
"chai": "^4.2.0",
|
||||||
"mysah": "^0.3.5",
|
"mhysa": "^0.3.5",
|
||||||
"prettier": "^1.14.3",
|
"prettier": "^1.14.3",
|
||||||
"ts-node": "^7.0.1",
|
"ts-node": "^7.0.1",
|
||||||
"tslint": "^5.11.0",
|
"tslint": "^5.11.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
const fs = require("fs");
|
const fs = require("fs");
|
||||||
const path = require("path");
|
const path = require("path");
|
||||||
const { stream } = require("mysah");
|
const { stream } = require("mhysa");
|
||||||
|
|
||||||
const sourceFile1 = path.join(process.cwd(), "package.json");
|
const sourceFile1 = path.join(process.cwd(), "package.json");
|
||||||
const sourceFile2 = path.join(process.cwd(), "README.md");
|
const sourceFile2 = path.join(process.cwd(), "README.md");
|
||||||
|
@ -2158,9 +2158,9 @@ multimatch@^2.1.0:
|
|||||||
arrify "^1.0.0"
|
arrify "^1.0.0"
|
||||||
minimatch "^3.0.0"
|
minimatch "^3.0.0"
|
||||||
|
|
||||||
mysah@^0.3.5:
|
mhysa@^0.3.5:
|
||||||
version "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==
|
integrity sha512-Fz31nflyS0G2uwKlunpnKU+M9HUPxK89IWYjsNL3ENgunMlMOq1ELtpGGiTSLrbVV/N5Mc9j51kvraEbdPKgzQ==
|
||||||
|
|
||||||
nan@^2.9.2:
|
nan@^2.9.2:
|
||||||
|
Loading…
Reference in New Issue
Block a user