Skip to content

Commit

Permalink
Public release
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyguerra committed Dec 11, 2023
1 parent e6e13aa commit 8d7fa80
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "express",
"name": "@hubot-friends/express",
"description": "Fast, unopinionated, minimalist web framework",
"version": "5.0.0",
"author": "TJ Holowaychuk <[email protected]>",
Expand All @@ -13,8 +13,11 @@
"Young Jae Sim <[email protected]>"
],
"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",
Expand Down Expand Up @@ -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"
}
}

0 comments on commit 8d7fa80

Please sign in to comment.