From 7e2e6251b3eca4e19aa7d2b896a46730f27d7ad8 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Sat, 22 Feb 2025 22:42:29 +0200 Subject: Fix module targets --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 70c9622..df20b52 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "version": "2.0.1", "description": "A data serialization language, and library, with support for functions.", "author": "Asko Nõmm (https://nmm.ee)", - "main": "dist/index.js", - "module": "dist/index.mjs", + "main": "dist/flatmatter.js", + "module": "dist/flatmatter.mjs", "type": "module", "license": "MIT", "keywords": [ @@ -41,4 +41,4 @@ "dependencies": { "effect": "^3.13.1" } -} +} \ No newline at end of file -- cgit v1.2.3