Skip to content

Commit

Permalink
Update license, version and add badges to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
applicazza committed Jun 21, 2021
1 parent 232a6de commit 265c991
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"files": [
"dist"
],
"license": "MIT",
"main": "dist/index.js",
"name": "@applicazza/fastify-nextjs",
"peerDependencies": {
Expand All @@ -43,5 +44,5 @@
"test": "jest --coverage"
},
"types": "dist/index.d.ts",
"version": "0.0.1"
"version": "0.0.2"
}

0 comments on commit 265c991

Please sign in to comment.