From 7216908d9a66bf8924205019bd05c00d16bd8223 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Sat, 20 Apr 2024 21:40:30 -0300 Subject: [PATCH] Fix package.json fields --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 00d26f8..a49188c 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "magic-nix-cache-action", "version": "1.0.0", "description": "", - "main": "./dist/main.js", - "types": "./dist/main.d.ts", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", "type": "module", "scripts": { "build": "tsup",