Skip to content

Commit a442cab

Browse files
authored
Set homepage in package.json to github pages (#3)
1 parent ddac543 commit a442cab

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/docs.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ on:
44
release:
55
types: [published]
66

7-
# Temporary on initial PR
8-
pull_request:
9-
branches:
10-
- main
11-
127
workflow_dispatch:
138

149
jobs:

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "@shutterstock/p-map-iterable",
3-
"version": "1.0.0",
3+
"version": "0.0.0",
44
"description": "Async iterable that maps an async iterable input with backpressure.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"publishConfig": {
88
"access": "public"
99
},
10+
"homepage": "https://tech.shutterstock.com/p-map-iterable/",
1011
"keywords": [
1112
"p-map",
1213
"p-map-iterable",

0 commit comments

Comments
 (0)