diff options
| author | 2023-01-12 23:45:45 +0100 | |
|---|---|---|
| committer | 2023-01-12 23:45:45 +0100 | |
| commit | cfaaed7e0b619829cc0a541df308b213a72b7393 (patch) | |
| tree | 316347193764e917e0a90a348d6d557371ff106a /package.json | |
| parent | 075cf4c800063e3cc65c3d41a9c23222e8ebb554 (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.json | 4 |
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 .", |
