Skip to content

Commit 7730e46

Browse files
committed
Fix: Dependency file-type not working
1 parent b72ac1c commit 7730e46

File tree

5 files changed

+36
-141
lines changed

5 files changed

+36
-141
lines changed

.github/FUNDING.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
github: ["ollm"]
44
patreon: # Replace with a single Patreon username
5-
open_collective: # Replace with a single Open Collective username
5+
open_collective: opencomic
66
ko_fi: # Replace with a single Ko-fi username
77
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
88
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
99
liberapay: # Replace with a single Liberapay username
1010
issuehunt: # Replace with a single IssueHunt username
1111
otechie: # Replace with a single Otechie username
12-
custom: ["https://paypal.me/ollm97"]
12+
custom: ["https://paypal.me/ollm97"]

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## v1.3.1 (dd-mm-yyyy)
8+
9+
##### 🚀 New Features
10+
11+
12+
13+
##### 🐛 Bug Fixes
14+
15+
- Dependency file-type not working
16+
717
## [v1.3.0](https://github.com/ollm/OpenComic/releases/tag/v1.3.0) (04-10-2024)
818

919
##### 🚀 New Features

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ If you want to see OpenComic in your language, please help us to [Translate](htt
118118
<img src="https://opencollective.com/opencomic/contributors.svg?width=830&button=false&avatarHeight=42" />
119119
</a>
120120

121-
<!--
122-
123121
## Backers
124122

125123
<a href="https://opencollective.com/opencomic#support">
@@ -138,8 +136,6 @@ If you want to see OpenComic in your language, please help us to [Translate](htt
138136
<img src="https://opencollective.com/opencomic/tiers/sponsor.svg?width=830"></a>
139137
</a>
140138

141-
-->
142-
143139
<!-- ## GitHub Sponsors -->
144140

145141
<!-- sponsors --><!-- sponsors -->

package-lock.json

+23-134
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"electron-window-state": "^5.0.3",
8080
"epubjs": "^0.3.93",
8181
"fast-xml-parser": "^4.5.0",
82-
"file-type": "^19.5.0",
82+
"file-type": "^16.5.4",
8383
"font-list": "^1.5.1",
8484
"fs-extra": "^11.2.0",
8585
"gm": "^1.25.0",

0 commit comments

Comments
 (0)