Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #18 from regulaforensics/develop
Browse files Browse the repository at this point in the history
Fix deps
  • Loading branch information
aliaksandr-drozd authored Feb 13, 2024
2 parents 950ac0a + f9a1a66 commit 7e0712f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.20",
"version": "0.0.21",
"author": "Regula Forensics, Inc.",
"name": "@regulaforensics/document-reader-recipes",
"description": "Document Reader Recipes",
Expand All @@ -24,7 +24,7 @@
"vite-plugin-dts": "^3.7.2"
},
"peerDependencies": {
"@regulaforensics/document-reader-typings": "^0.0.10"
"@regulaforensics/document-reader-typings": ">=0.0.10"
},
"source": "src/index.ts",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 7e0712f

Please sign in to comment.