Skip to content

Commit

Permalink
fix: update package.json metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
JacopoPatroclo committed Feb 21, 2024
1 parent 7bf793e commit 19ad377
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ yarn add fastify-better-flash @fastify/secure-session


## Usage
Flash messages are stored in the session. First, we need to register the session plugin: (@fastify/secure-session)[https://www.npmjs.com/package/@fastify/secure-session].
Flash messages are stored in the session. First, we need to register the session plugin: [@fastify/secure-session](https://www.npmjs.com/package/@fastify/secure-session).

```js
const fastify = require('fastify')()
Expand Down
17 changes: 13 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "fastify-better-flash",
"version": "1.0.0",
"description": "",
"version": "0.0.1",
"description": "Flash message plugin for Fastify",
"main": "index.js",
"type": "commonjs",
"directories": {
"test": "test"
},
Expand All @@ -13,8 +14,16 @@
"test:typescript": "tsd",
"unit": "node --test"
},
"keywords": [],
"author": "",
"repository": {
"type": "git",
"url": "git+https://github.com/JacopoPatroclo/fastify-better-flash"
},
"keywords": [
"fastify",
"flash",
"messages"
],
"author": "Jacopo Martinelli",
"license": "MIT",
"types": "index.d.ts",
"dependencies": {
Expand Down

0 comments on commit 19ad377

Please sign in to comment.