From c0ff8fd1b4f03d9d74aebb9ddf2fecfb7ddd8530 Mon Sep 17 00:00:00 2001 From: Raphael Parree Date: Thu, 28 Mar 2024 14:45:24 +0100 Subject: [PATCH] fix: corrected package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index db8b21d..021f227 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,8 @@ "type": "git", "url": "git+https://github.com/edc4it/reveal.js-railroad.git" }, - "main": "./dist/clipcode.umd.js", - "module": "./dist/clipcode.es.js", + "main": "./dist/railroad.umd.js", + "module": "./dist/railroad.es.js", "scripts": { "dev": "vite", "build": "tsc && vite build",