Skip to content

Commit

Permalink
chore: update node engines to next LTS (node20 / npm 9)
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <[email protected]>
  • Loading branch information
skjnldsv committed Jun 21, 2023
1 parent 8f5a729 commit 405ac1b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -92,4 +92,4 @@
"typescript": "^4.9.5",
"wait-on": "^7.0.1"
}
}
}

0 comments on commit 405ac1b

Please sign in to comment.