From 61e3207d7876ff2d85eea1dbc58dbdcfc56e9571 Mon Sep 17 00:00:00 2001 From: Luke Edwards Date: Wed, 11 Jan 2023 13:57:35 -0800 Subject: [PATCH] chore: update module size --- package.json | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ea1d0db..ec9ccfc 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "version": "1.1.0", "name": "resolve.exports", "repository": "lukeed/resolve.exports", - "description": "A tiny (737b), correct, general-purpose, and configurable \"exports\" resolver without file-system reliance", + "description": "A tiny (813b), correct, general-purpose, and configurable \"exports\" resolver without file-system reliance", "module": "dist/index.mjs", "main": "dist/index.js", "types": "index.d.ts", diff --git a/readme.md b/readme.md index 525e6d3..715c8b6 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # resolve.exports [![CI](https://github.com/lukeed/resolve.exports/workflows/CI/badge.svg)](https://github.com/lukeed/resolve.exports/actions) [![codecov](https://codecov.io/gh/lukeed/resolve.exports/branch/master/graph/badge.svg?token=4P7d4Omw2h)](https://codecov.io/gh/lukeed/resolve.exports) -> A tiny (737b), correct, general-purpose, and configurable `"exports"` resolver without file-system reliance +> A tiny (813b), correct, general-purpose, and configurable `"exports"` resolver without file-system reliance ***Why?***