+4
-2
| { | ||
| "name": "pipeljs", | ||
| "version": "0.3.36", | ||
| "version": "0.4.1", | ||
| "description": "A Promise-like Reactive Stream Library", | ||
@@ -40,3 +40,5 @@ "author": "GolderBrother <https://github.com/GolderBrother>", | ||
| "release-patch": "standard-version --release-as patch", | ||
| "release-and-publish": "npm run release && npm run publish", | ||
| "release-major-publish": "npm run release-major && npm run publish", | ||
| "release-minor-publish": "npm run release-minor && npm run publish", | ||
| "release-patch-publish": "npm run release-patch && npm run publish", | ||
| "release-and-publish:beta": "npm run release && npm run publish:beta" | ||
@@ -43,0 +45,0 @@ }, |
+2
-2
@@ -47,3 +47,3 @@ # Pipel | ||
| # npm | ||
| npm install pipel | ||
| npm install pipeljs | ||
@@ -60,3 +60,3 @@ # yarn | ||
| ```typescript | ||
| import { $ } from 'pipel' | ||
| import { $ } from 'pipeljs' | ||
@@ -63,0 +63,0 @@ // 创建一个流 |
+4
-4
@@ -47,9 +47,9 @@ # Pipel | ||
| # npm | ||
| npm install pipel | ||
| npm install pipeljs | ||
| # yarn | ||
| yarn add pipel | ||
| yarn add pipeljs | ||
| # pnpm | ||
| pnpm add pipel | ||
| pnpm add pipeljs | ||
| ``` | ||
@@ -60,3 +60,3 @@ | ||
| ```typescript | ||
| import { $ } from 'pipel' | ||
| import { $ } from 'pipeljs' | ||
@@ -63,0 +63,0 @@ // Create a stream |
223716
0.07%