-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update node engines to next LTS (node20 / npm 9)
Signed-off-by: John Molakvoæ <[email protected]>
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,9 @@ | |
"name": "viewer", | ||
"description": "Simple file viewer with slideshow for media", | ||
"version": "2.2.0", | ||
"author": "John Molakvoæ <[email protected]>", | ||
"author": "John Molakvo\u00e6 <[email protected]>", | ||
"contributors": [ | ||
"John Molakvoæ <[email protected]>" | ||
"John Molakvo\u00e6 <[email protected]>" | ||
], | ||
"keywords": [ | ||
"nextcloud", | ||
|
@@ -67,8 +67,8 @@ | |
"extends @nextcloud/browserslist-config" | ||
], | ||
"engines": { | ||
"node": "^16.0.0", | ||
"npm": "^7.0.0 || ^8.0.0" | ||
"node": "^20.0.0", | ||
"npm": "^9.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/plugin-proposal-class-properties": "^7.18.6", | ||
|
@@ -92,4 +92,4 @@ | |
"typescript": "^4.9.5", | ||
"wait-on": "^7.0.1" | ||
} | ||
} | ||
} |