Skip to content

Commit dc2f6f5

Browse files
author
Julien Veyssier
committed
clarify package.json, bump max NC version, remove DB dependencies
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
1 parent c7f9793 commit dc2f6f5

4 files changed

Lines changed: 22024 additions & 28135 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
with:
1818
node-version: 14
1919

20+
- name: Set up npm
21+
run: npm i -g npm
22+
2023
- name: Setup PHP
2124
uses: shivammathur/setup-php@v2
2225
with:

appinfo/info.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<name>Dropbox integration</name>
55
<summary>Import Dropbox data in Nextcloud</summary>
66
<description><![CDATA[Dropbox integration allows you to automatically import your Dropbox files into Nextcloud.]]></description>
7-
<version>1.0.3</version>
7+
<version>1.0.4</version>
88
<licence>agpl</licence>
99
<author>Julien Veyssier</author>
1010
<namespace>Dropbox</namespace>
@@ -16,10 +16,7 @@
1616
<bugs>https://github.com/eneiluj/integration_dropbox/issues</bugs>
1717
<screenshot>https://github.com/eneiluj/integration_dropbox/raw/master/img/screenshot1.jpg</screenshot>
1818
<dependencies>
19-
<database min-version="9.4">pgsql</database>
20-
<database>sqlite</database>
21-
<database min-version="5.5">mysql</database>
22-
<nextcloud min-version="22" max-version="23"/>
19+
<nextcloud min-version="22" max-version="24"/>
2320
</dependencies>
2421
<settings>
2522
<admin>OCA\Dropbox\Settings\Admin</admin>

0 commit comments

Comments
 (0)