From 8d7fa8097c369e9055988b2a92656839707c75de Mon Sep 17 00:00:00 2001 From: Joey Guerra Date: Mon, 11 Dec 2023 09:48:53 -0600 Subject: [PATCH] Public release --- package.json | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fe079467e1..e4fec9e5cd 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "express", + "name": "@hubot-friends/express", "description": "Fast, unopinionated, minimalist web framework", "version": "5.0.0", "author": "TJ Holowaychuk ", @@ -13,8 +13,11 @@ "Young Jae Sim " ], "license": "MIT", - "repository": "expressjs/express", - "homepage": "http://expressjs.com/", + "repository": { + "type": "git", + "url": "git+https://github.com/hubot-friends/express.git" + }, + "homepage": "https://github.com/hubot-friends/express/", "keywords": [ "express", "framework", @@ -88,5 +91,15 @@ "scripts": { "pretest": "eslint .", "test": "NODE_ENV=test NO_DEPRECATION='body-parser,express' node --test" + }, + "release": { + "branches": [ + "main", + "next" + ], + "dryRun": false + }, + "publishConfig": { + "access": "public" } }