aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-01-12 23:45:45 +0100
committerGravatar GitHub <noreply@github.com> 2023-01-12 23:45:45 +0100
commitcfaaed7e0b619829cc0a541df308b213a72b7393 (patch)
tree316347193764e917e0a90a348d6d557371ff106a /package.json
parent075cf4c800063e3cc65c3d41a9c23222e8ebb554 (diff)
Minor dev depenencies update (#5006)
Follow-up of https://github.com/FreshRSS/FreshRSS/pull/4993 New PHPStan version 1.9.9
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index fc3e3c150..bb8173e0d 100644
--- a/package.json
+++ b/package.json
@@ -18,8 +18,8 @@
"url": "https://github.com/FreshRSS/FreshRSS.git"
},
"license": "AGPL-3.0",
- "engines" : {
- "node" : ">=12"
+ "engines": {
+ "node": ">=12"
},
"scripts": {
"eslint": "eslint --ext .js .",