diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a317865..43322de 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: diff --git a/.npmrc b/.npmrc index b6f27f1..e88bab4 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,3 @@ -engine-strict=true +registry=https://pkgs.dev.azure.com/unitfly/GUC/_packaging/ReactDocumentViewer/npm/registry/ + +always-auth=true \ No newline at end of file diff --git a/README.md b/README.md index cca30ed..63da976 100644 --- a/README.md +++ b/README.md @@ -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!