From 965b9667c232ea4076b4bb079f8d8fd1ef372e6e Mon Sep 17 00:00:00 2001 From: Alex Hicks Date: Sat, 25 May 2024 12:38:42 -0400 Subject: [PATCH] react-utils@0.2.6 --- packages/react-utils/package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/react-utils/package.json b/packages/react-utils/package.json index 0e07fe8..b18f285 100644 --- a/packages/react-utils/package.json +++ b/packages/react-utils/package.json @@ -1,11 +1,14 @@ { "name": "@athenajs/react-utils", - "version": "0.2.5", + "version": "0.2.6", "type": "module", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", - "files": ["dist", "scripts"], + "files": [ + "dist", + "scripts" + ], "scripts": { "build:full": "cd ../utils && pnpm build && cd ../react-utils && pnpm build", "build": "tsc",