diff --git a/LICENSE b/LICENSE index 64bf575..48553a6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ MIT License -Copyright (c) 2022 Damien Simonin Feugas +Copyright (c) 2024 Matteo Collina +Copyright (c) 2022-2024 Damien Simonin Feugas Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 9c89e62..7060b66 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,6 @@ # pino-roll -[![npm version](https://img.shields.io/npm/v/pino-roll)](https://www.npmjs.com/package/pino-roll) -[![Build Status](https://img.shields.io/github/workflow/status/feugy/pino-roll/CI)](https://github.com/feugy/pino-roll/actions) -[![Known Vulnerabilities](https://snyk.io/test/github/feugy/pino-roll/badge.svg)](https://snyk.io/test/github/feugy/pino-roll) - -[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://standardjs.com/) -A Pino transport that automatically rolls your log files +A Pino transport that automatically rolls your log files. ## Install diff --git a/package.json b/package.json index b666fa4..cf6614e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pino-roll", - "version": "1.0.0-rc.1", + "version": "1.0.0", "description": "A Pino transport that automatically rolls your log files", "main": "pino-roll.js", "scripts": { @@ -11,13 +11,16 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/feugy/pino-roll.git" + "url": "git+https://github.com/mcollina/pino-roll.git" }, "keywords": [ "pino", "transport" ], "author": "Damien Simonin Feugas ", + "contributors": [ + "Matteo Collina " + ], "license": "MIT", "dependencies": { "sonic-boom": "^3.8.0"