Skip to content

Commit

Permalink
Set homepage in package.json to github pages (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntharo committed Jun 16, 2023
1 parent ddac543 commit a442cab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ on:
release:
types: [published]

# Temporary on initial PR
pull_request:
branches:
- main

workflow_dispatch:

jobs:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@shutterstock/p-map-iterable",
"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",
Expand Down

0 comments on commit a442cab

Please sign in to comment.