Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Package to Azure Artifacts
on:
push:
branches:
- main # only run when commits land in main (direct push or PR merge)
- main

jobs:
publish:
Expand Down
4 changes: 3 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
engine-strict=true
registry=https://pkgs.dev.azure.com/unitfly/GUC/_packaging/ReactDocumentViewer/npm/registry/

always-auth=true
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@

File viewer for **React v17+**.

> This is a fork of https://github.com/Alcumus/react-doc-viewer (inactivity for a long time).
> This project is a fork of [cyntler/react-doc-viewer](https://github.com/cyntler/react-doc-viewer).
> Unlike the original, this fork adds support for custom PDF controls.

## Important note!

Expand Down
Loading