From 608a14c80749778fd9e48a9cb42731a231e5d5be Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sun, 7 Aug 2022 07:22:23 +0000 Subject: [PATCH] Update npm and node engines versions Signed-off-by: Nextcloud bot --- package.json | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/package.json b/package.json index d7d0c80..da81961 100644 --- a/package.json +++ b/package.json @@ -1,24 +1,24 @@ { - "name": "@nextcloud/browserslist-config", - "version": "2.2.0", - "description": "Shared browserslist for Nextcloud libraries and apps", - "main": "browserlist.config.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "keywords": [ - "nextcloud", - "browserslist" - ], - "homepage": "https://github.com/nextcloud/browserslist-config#readme", - "author": "Christoph Wurst", - "license": "GPL-3.0-or-later", - "repository": { - "type": "git", - "url": "https://github.com/nextcloud/browserslist-config" - }, - "engines": { - "node": "^14.0.0", - "npm": "^7.0.0" - } + "name": "@nextcloud/browserslist-config", + "version": "2.2.0", + "description": "Shared browserslist for Nextcloud libraries and apps", + "main": "browserlist.config.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [ + "nextcloud", + "browserslist" + ], + "homepage": "https://github.com/nextcloud/browserslist-config#readme", + "author": "Christoph Wurst", + "license": "GPL-3.0-or-later", + "repository": { + "type": "git", + "url": "https://github.com/nextcloud/browserslist-config" + }, + "engines": { + "node": "^16.0.0", + "npm": "^7.0.0 || ^8.0.0" + } }