Skip to content

Commit

Permalink
Fixed #45: using PouchDB 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed May 13, 2024
1 parent 7987107 commit f776180
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ as of 1.3.0.

- URL entries are checked early to exit should access fails (#29)
- Simplified [long]description checks using compute_descriptions
- Using PouchDB 8.0.1 (#45)

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions openzim.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ target_paths=["bootstrap"]

[files.assets.actions."pouchdb.min.js"]
action="get_file"
source="https://cdn.jsdelivr.net/npm/pouchdb@7.1.1/dist/pouchdb.min.js"
source="https://cdn.jsdelivr.net/npm/pouchdb@8.0.1/dist/pouchdb.min.js"
target_file="pouchdb.min.js"

[files.assets.actions."pouchdb.find.min.js"]
action="get_file"
source="https://cdn.jsdelivr.net/npm/pouchdb@7.1.1/dist/pouchdb.find.min.js"
source="https://cdn.jsdelivr.net/npm/pouchdb@8.0.1/dist/pouchdb.find.min.js"
target_file="pouchdb.find.min.js"

[files.assets.actions."ScrollMagic.min.js"]
Expand Down

0 comments on commit f776180

Please sign in to comment.