From 9a66eb07cf7f74a91a00c0c43e223d1e479d5591 Mon Sep 17 00:00:00 2001 From: Eric King Date: Sun, 24 Mar 2024 23:40:26 -0500 Subject: [PATCH] chore: copy update --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index e8762ab..a5a4dcb 100644 --- a/readme.md +++ b/readme.md @@ -2,6 +2,8 @@ [![Node.js CI](https://github.com/webdeveric/validate-package-exports/actions/workflows/node.js.yml/badge.svg)](https://github.com/webdeveric/validate-package-exports/actions/workflows/node.js.yml) +Validate your `package.json` exports actually exist, have valid syntax, and can be imported or required without issues. + ## Install ```shell