From ad0965466798555dd3cac99388e9e6e0ff897b00 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 16 Jan 2024 11:35:25 +0000 Subject: [PATCH] Update npm and node engines versions Signed-off-by: Nextcloud bot --- package.json | 98 ++++++++++++++++++++++++++-------------------------- 1 file changed, 49 insertions(+), 49 deletions(-) diff --git a/package.json b/package.json index 30fd4fd..f161f37 100644 --- a/package.json +++ b/package.json @@ -1,51 +1,51 @@ { - "name": "fixup", - "version": "1.2.0", - "description": "A github app that makes sure no fixup commits are merged", - "author": "Roeland Jago Douma (https://rullzer.com)", - "license": "ISC", - "repository": "https://github.com//fixup.git", - "homepage": "https://github.com//fixup", - "bugs": "https://github.com//fixup/issues", - "keywords": [ - "probot", - "github", - "probot-app" - ], - "scripts": { - "dev": "nodemon", - "start": "probot run ./index.js", - "lint": "standard --fix", - "test": "jest && standard", - "test:watch": "jest --watch --notify --notifyMode=change --coverage" - }, - "dependencies": { - "probot": "^7.5.1" - }, - "devDependencies": { - "jest": "^24.7.1", - "nock": "^10.0.6", - "nodemon": "^1.18.11", - "smee-client": "^1.1.0", - "standard": "^12.0.1" - }, - "engines": { - "node": "^20.0.0", - "npm": "^9.0.0" - }, - "standard": { - "env": [ - "jest" - ] - }, - "nodemonConfig": { - "exec": "npm start", - "watch": [ - ".env", - "." - ] - }, - "jest": { - "testEnvironment": "node" - } + "name": "fixup", + "version": "1.2.0", + "description": "A github app that makes sure no fixup commits are merged", + "author": "Roeland Jago Douma (https://rullzer.com)", + "license": "ISC", + "repository": "https://github.com//fixup.git", + "homepage": "https://github.com//fixup", + "bugs": "https://github.com//fixup/issues", + "keywords": [ + "probot", + "github", + "probot-app" + ], + "scripts": { + "dev": "nodemon", + "start": "probot run ./index.js", + "lint": "standard --fix", + "test": "jest && standard", + "test:watch": "jest --watch --notify --notifyMode=change --coverage" + }, + "dependencies": { + "probot": "^7.5.1" + }, + "devDependencies": { + "jest": "^24.7.1", + "nock": "^10.0.6", + "nodemon": "^1.18.11", + "smee-client": "^1.1.0", + "standard": "^12.0.1" + }, + "engines": { + "node": "^20.0.0", + "npm": "^10.0.0" + }, + "standard": { + "env": [ + "jest" + ] + }, + "nodemonConfig": { + "exec": "npm start", + "watch": [ + ".env", + "." + ] + }, + "jest": { + "testEnvironment": "node" + } }