Skip to content

Commit

Permalink
add homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
sc420 committed Apr 6, 2024
1 parent 80ec471 commit d781ae9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion interactive-computational-graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,6 @@
},
"overrides": {
"typescript": "^5.1.6"
}
},
"homepage": "https://sc420.github.io/interactive-computational-graph"
}
1 change: 1 addition & 0 deletions interactive-computational-graph/package.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

- `[email protected]` is installed to suppress [deprecation](https://github.com/pmndrs/zustand/discussions/1937) warnings in the console
- We have added a `overrides` keyword with a specific typescript version as a [workaround](https://github.com/facebook/create-react-app/issues/13080#issuecomment-1487975896) to fix npm install problems, it should be removed in the future
- We set `homepage` to host the static website with GitHub pages

0 comments on commit d781ae9

Please sign in to comment.