diff --git a/README.md b/README.md index d4934fd..21f3783 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![npm](https://img.shields.io/npm/dm/@foomo/next-proxy-middleware.svg?style=flat-square) +![npm](https://img.shields.io/npm/l/@foomo/next-proxy-middleware.svg?style=flat-square) [![Build Status](https://github.com/foomo/next-proxy-middleware/actions/workflows/test.yml/badge.svg?branch=main&event=push)](https://github.com/foomo/next-proxy-middleware/actions/workflows/test.yml) # @foomo/next-proxy-middleware diff --git a/package.json b/package.json index afa3a0b..f350f76 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { "name": "@foomo/next-proxy-middleware", - "module": "dist/index.js", "version": "1.0.3", + "license": "MIT", "type": "module", + "module": "dist/index.js", "scripts": { "build": "tsc", "lint": "biome check ./",