docs: add license

This commit is contained in:
Kevin Franklin Kim 2025-02-07 16:03:34 +01:00
parent bfa895039e
commit 22e49ac388
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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 ./",