We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddac543 commit a442cabCopy full SHA for a442cab
2 files changed
.github/workflows/docs.yml
@@ -4,11 +4,6 @@ on:
4
release:
5
types: [published]
6
7
- # Temporary on initial PR
8
- pull_request:
9
- branches:
10
- - main
11
-
12
workflow_dispatch:
13
14
jobs:
package.json
@@ -1,12 +1,13 @@
1
{
2
"name": "@shutterstock/p-map-iterable",
3
- "version": "1.0.0",
+ "version": "0.0.0",
"description": "Async iterable that maps an async iterable input with backpressure.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
+ "homepage": "https://tech.shutterstock.com/p-map-iterable/",
"keywords": [
"p-map",
"p-map-iterable",
0 commit comments