From 6a5cb582f8909056392a296cdab57aebd7f6e13b Mon Sep 17 00:00:00 2001 From: toma Date: Fri, 26 Sep 2025 17:39:04 +0200 Subject: [PATCH] changes --- .github/workflows/publish.yml | 2 +- .npmrc | 4 +++- README.md | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a317865c..43322de0 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 b6f27f13..e88bab43 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 cca30edc..63da9765 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!