diff --git a/README.md b/README.md index aa7d6b6..b02a5ff 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ `@applicazza/fastify-nextjs` is a plugin for serving [Next.js](https://nextjs.org) requests via [Fastify](https://github.com/fastify/fastify). -[![codecov](https://codecov.io/gh/applicazza/fastify-nextjs/branch/main/graph/badge.svg?token=CCVDPRT9MT)](https://codecov.io/gh/applicazza/fastify-nextjs) +[![npm](https://img.shields.io/npm/v/@applicazza/fastify-nextjs)](https://www.npmjs.com/package/@applicazza/fastify-nextjs) [![codecov](https://codecov.io/gh/applicazza/fastify-nextjs/branch/main/graph/badge.svg?token=CCVDPRT9MT)](https://codecov.io/gh/applicazza/fastify-nextjs) ## Usage Add dependencies diff --git a/package.json b/package.json index 37f9d33..d2d2b3a 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "files": [ "dist" ], + "license": "MIT", "main": "dist/index.js", "name": "@applicazza/fastify-nextjs", "peerDependencies": { @@ -43,5 +44,5 @@ "test": "jest --coverage" }, "types": "dist/index.d.ts", - "version": "0.0.1" + "version": "0.0.2" }