Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
myrotvorets-team committed Oct 6, 2023
1 parent ca44e54 commit ca428a5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@myrotvorets/express-request-logger",
"description": "HTTP request logger middleware for Express",
"version": "0.0.1",
"version": "1.0.0",
"type": "module",
"typings": "./dist/src/index.d.mts",
"exports": "./dist/src/index.mjs",
Expand All @@ -13,7 +13,13 @@
"lint": "eslint -f gha .",
"prepack": "npm run build"
},
"keywords": ["http", "express", "logger", "middleware", "morgan"],
"keywords": [
"http",
"express",
"logger",
"middleware",
"morgan"
],
"author": "Myrotvorets <[email protected]> (https://myrotvorets.center/)",
"license": "MIT",
"files": [
Expand Down

0 comments on commit ca428a5

Please sign in to comment.