Skip to content

Commit e5be899

Browse files
committed
chore: update web-embed-pdf dependency
1 parent b3a690b commit e5be899

File tree

3 files changed

+19
-8
lines changed

3 files changed

+19
-8
lines changed

chrome-extension/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# SimplePDF Chrome extension
2+
3+
This repository contains the source code of the SimplePDF Chrome Extension
4+
5+
6+
## How to package the extension (for release)
7+
8+
Run the following command:
9+
```
10+
npm run package
11+
```

chrome-extension/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chrome-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"package": "npm ci --production && zip -r release.zip . -x .prettierignore .prettierrc package-lock.json"
1313
},
1414
"dependencies": {
15-
"@simplepdf/web-embed-pdf": "^1.8.2"
15+
"@simplepdf/web-embed-pdf": "^1.8.4"
1616
},
1717
"devDependencies": {
1818
"prettier": "^3.3.3"

0 commit comments

Comments
 (0)